diff --git a/.gitignore b/.gitignore index c32cfa86..2b8fb646 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Gradle files .gradle/ build/ +gradle/gradle-daemon-jvm.properties # Local configuration file (sdk path, etc) local.properties @@ -40,3 +41,5 @@ google-services.json .vscode/ snippets/docs/ .kotlin/ +.android/ +scratch/ diff --git a/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_less_24px.xml b/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_less_24px.xml new file mode 100644 index 00000000..df9af507 --- /dev/null +++ b/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_less_24px.xml @@ -0,0 +1,9 @@ + + + diff --git a/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_more_24px.xml b/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_more_24px.xml new file mode 100644 index 00000000..391e875f --- /dev/null +++ b/Maps3DSamples/ApiDemos/common/src/main/res/drawable/expand_more_24px.xml @@ -0,0 +1,9 @@ + + + diff --git a/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_cloud_styling.xml b/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_cloud_styling.xml new file mode 100644 index 00000000..61ebe477 --- /dev/null +++ b/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_cloud_styling.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_path_following.xml b/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_path_following.xml index 2d9a0c2d..3d5da955 100644 --- a/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_path_following.xml +++ b/Maps3DSamples/ApiDemos/common/src/main/res/layout/activity_path_following.xml @@ -41,25 +41,67 @@ app:cardElevation="8dp" > - + + + + + + + + + + @@ -77,7 +119,7 @@ android:layout_height="wrap_content" android:layout_weight="1" android:checked="true" - android:text="Urban" + android:text="@string/urban" /> + + + + + + + + + + + + + + + + + + + + diff --git a/Maps3DSamples/ApiDemos/common/src/main/res/layout/control_panel_advanced_animation.xml b/Maps3DSamples/ApiDemos/common/src/main/res/layout/control_panel_advanced_animation.xml index d0a40acc..c66d9171 100644 --- a/Maps3DSamples/ApiDemos/common/src/main/res/layout/control_panel_advanced_animation.xml +++ b/Maps3DSamples/ApiDemos/common/src/main/res/layout/control_panel_advanced_animation.xml @@ -36,57 +36,29 @@ > - - - - - - - - - - + android:text="@string/aerial_tour_status_idle" + android:textColor="?android:attr/textColorSecondary" + />