aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/skar_java/src/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/apps/skar_java/src/main/res/values')
-rw-r--r--platform_tools/android/apps/skar_java/src/main/res/values/strings.xml9
-rw-r--r--platform_tools/android/apps/skar_java/src/main/res/values/styles.xml5
2 files changed, 8 insertions, 6 deletions
diff --git a/platform_tools/android/apps/skar_java/src/main/res/values/strings.xml b/platform_tools/android/apps/skar_java/src/main/res/values/strings.xml
index ed91c5d4f0..4a74851e91 100644
--- a/platform_tools/android/apps/skar_java/src/main/res/values/strings.xml
+++ b/platform_tools/android/apps/skar_java/src/main/res/values/strings.xml
@@ -1,5 +1,7 @@
-<?xml version="1.0" encoding="utf-8"?><!--
- Copyright 2016 Google Inc.
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,6 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<resources>
- <string name="app_name">HelloSkAR Java</string>
+ <string name="app_name">Hello CanvasAR</string>
</resources>
diff --git a/platform_tools/android/apps/skar_java/src/main/res/values/styles.xml b/platform_tools/android/apps/skar_java/src/main/res/values/styles.xml
index 60e8bdafbb..12b2281b57 100644
--- a/platform_tools/android/apps/skar_java/src/main/res/values/styles.xml
+++ b/platform_tools/android/apps/skar_java/src/main/res/values/styles.xml
@@ -1,5 +1,5 @@
<!--
- Copyright 2016 Google Inc.
+ Copyright 2018 Google LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,6 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
+
<resources>
<!--
@@ -41,8 +42,6 @@
<style name="BottomNavigation" parent="Widget.Design.BottomNavigationView">
<item name="itemBackground">@android:color/darker_gray</item>
-<!-- <item name="paddingStart">10dp</item>
- <item name="paddingEnd">10dp</item>-->
</style>
</resources>