summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2013-10-01 19:16:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-01 19:16:06 +0000
commit9643e2e5757b1ac1ec028a4df2a0cfd2592132d5 (patch)
tree5f91e2018022bb3227a8d60408177a59094b9ce2 /res
parent8cacf102eb0bd0d84f781b2db4722590398c0ed9 (diff)
parent7267fa58693549894999db17359ce26f8bc7b4a7 (diff)
downloadandroid_packages_apps_Trebuchet-9643e2e5757b1ac1ec028a4df2a0cfd2592132d5.tar.gz
android_packages_apps_Trebuchet-9643e2e5757b1ac1ec028a4df2a0cfd2592132d5.tar.bz2
android_packages_apps_Trebuchet-9643e2e5757b1ac1ec028a4df2a0cfd2592132d5.zip
Merge "Make some changes for transparent system bars" into jb-ub-now-indigo-rose
Diffstat (limited to 'res')
-rw-r--r--res/layout/wallpaper_picker.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout/wallpaper_picker.xml b/res/layout/wallpaper_picker.xml
index 53c529c2a..3058a3c57 100644
--- a/res/layout/wallpaper_picker.xml
+++ b/res/layout/wallpaper_picker.xml
@@ -18,7 +18,8 @@
*/
-->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<com.android.launcher3.WallpaperRootView
+ xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/wallpaper_root"
android:layout_width="match_parent"
android:layout_height="match_parent">
@@ -41,8 +42,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
- android:orientation="vertical"
- android:fitsSystemWindows="true" >
+ android:orientation="vertical" >
<View
android:layout_width="match_parent"
android:layout_height="2dp"
@@ -73,4 +73,4 @@
android:layout_height="2dp"
android:background="@drawable/tile_shadow_bottom" />
</LinearLayout>
-</RelativeLayout>
+</com.android.launcher3.WallpaperRootView>