summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantiago Etchebehere <santie@google.com>2018-12-10 14:56:55 -0800
committerSantiago Etchebehere <santie@google.com>2018-12-18 15:34:38 -0800
commitf23466eaae13b81d47fece4f2078be1d5802b89e (patch)
tree8630a708c2fce1d5697464a079df91cdacd9e48e /AndroidManifest.xml
parentcca6d496ab2a066e78197b33d79f3375ffcd26f0 (diff)
downloadThemePicker-f23466eaae13b81d47fece4f2078be1d5802b89e.tar.gz
[ThemePicker] Add bottom navbar to main activity
Set up the basic layout and add a bottom nav bar to CustomizationPickerActivity, with basic support for switching between section fragments. (Fragments to be added in a separate CL) Bug: 120560581 Change-Id: I06832260d20ca2938b6c04e110fadf45bc3070a2
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7610e133..da3d15ef 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,14 +8,14 @@
android:hardwareAccelerated="true"
android:icon="@mipmap/product_logo_wallpapers_launcher_color_48"
android:label="@string/app_name"
- android:theme="@style/WallpaperTheme"
+ android:theme="@style/CustomizationTheme"
android:requiredForAllUsers="true"
android:restoreAnyVersion="true"
android:supportsRtl="true">
<activity android:name="com.android.theme.picker.ThemePickerActivity"
android:label="@string/app_name"
- android:theme="@style/WallpaperTheme"
+ android:theme="@style/CustomizationTheme.NoActionBar"
android:resizeableActivity="true">
<intent-filter>
<action android:name="android.intent.action.SET_WALLPAPER"/>