diff options
author | Sunny Goyal <sunnygoyal@google.com> | 2018-06-07 15:42:57 -0700 |
---|---|---|
committer | Sunny Goyal <sunnygoyal@google.com> | 2018-06-08 11:20:01 -0700 |
commit | bd88f396dc812f7c90df74e79830fd1948225cfa (patch) | |
tree | dd601d73573845372cf8375e443b2768515ddefe /go | |
parent | 53d57998c17cf9f2ba48daa8a5f41f3a5eac514d (diff) | |
download | android_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.xml | 2 |
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" > |