diff --git a/samples/hello_ar_kotlin/app/src/main/res/layout/activity_main.xml b/samples/hello_ar_kotlin/app/src/main/res/layout/activity_main.xml index 1b9aceff96..9a7d9a9965 100644 --- a/samples/hello_ar_kotlin/app/src/main/res/layout/activity_main.xml +++ b/samples/hello_ar_kotlin/app/src/main/res/layout/activity_main.xml @@ -17,7 +17,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context="com.google.ar.core.examples.java.helloar.HelloArActivity"> + tools:context="com.google.ar.core.examples.kotlin.helloar.HelloArActivity"> diff --git a/samples/hello_ar_kotlin/app/src/main/res/menu/settings_menu.xml b/samples/hello_ar_kotlin/app/src/main/res/menu/settings_menu.xml index 28ea5e7bb1..01edea65ea 100644 --- a/samples/hello_ar_kotlin/app/src/main/res/menu/settings_menu.xml +++ b/samples/hello_ar_kotlin/app/src/main/res/menu/settings_menu.xml @@ -17,7 +17,7 @@ - + + android:title="@string/instant_placement"/> diff --git a/samples/hello_ar_kotlin/app/src/main/res/values/strings.xml b/samples/hello_ar_kotlin/app/src/main/res/values/strings.xml index 6f4691b76c..45986d268e 100644 --- a/samples/hello_ar_kotlin/app/src/main/res/values/strings.xml +++ b/samples/hello_ar_kotlin/app/src/main/res/values/strings.xml @@ -33,5 +33,8 @@ Searching for surfaces... Tap on a surface to place an object. + Depth API + Instant Placement + setting