demos: Give Cube and Tri distinct app names
authorCody Northrop <cnorthrop@google.com>
Thu, 22 Sep 2016 13:32:22 +0000 (07:32 -0600)
committerCody Northrop <cnorthrop@google.com>
Thu, 22 Sep 2016 15:19:16 +0000 (09:19 -0600)
demos/android/cube/res/values/strings.xml
demos/android/tri/res/values/strings.xml

index fdac5f9..7f175a6 100644 (file)
@@ -19,6 +19,6 @@
 
 <resources>
     <!-- Simple strings. -->
-    <string name="app_name">Demos</string>
+    <string name="app_name">Cube</string>
 
 </resources>
index fdac5f9..4c62bab 100644 (file)
@@ -19,6 +19,6 @@
 
 <resources>
     <!-- Simple strings. -->
-    <string name="app_name">Demos</string>
+    <string name="app_name">Tri</string>
 
 </resources>