summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-06-07 15:42:57 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-06-08 11:20:01 -0700
commitbd88f396dc812f7c90df74e79830fd1948225cfa (patch)
treedd601d73573845372cf8375e443b2768515ddefe /go
parent53d57998c17cf9f2ba48daa8a5f41f3a5eac514d (diff)
downloadandroid_packages_apps_Trebuchet-bd88f396dc812f7c90df74e79830fd1948225cfa.tar.gz
android_packages_apps_Trebuchet-bd88f396dc812f7c90df74e79830fd1948225cfa.tar.bz2
android_packages_apps_Trebuchet-bd88f396dc812f7c90df74e79830fd1948225cfa.zip
Defining a base theme, which can be overriden by derivative projects without
affecting launcher theme Bug: 70220582 Change-Id: Ie3069686be5e6a42910e90541db2d6b5b79e25c1
Diffstat (limited to 'go')
-rw-r--r--go/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/AndroidManifest.xml b/go/AndroidManifest.xml
index fbaf981d3..0a9ad7b5a 100644
--- a/go/AndroidManifest.xml
+++ b/go/AndroidManifest.xml
@@ -31,7 +31,7 @@
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher_home"
android:label="@string/derived_app_name"
- android:theme="@style/LauncherTheme"
+ android:theme="@style/AppTheme"
android:largeHeap="@bool/config_largeHeap"
android:restoreAnyVersion="true"
android:supportsRtl="true" >