summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-08-18 01:02:20 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-08-24 15:11:18 -0700
commit81a70e5dc2c3ae53022755501fa49724db119f5c (patch)
treefa272cf75670335cced434e3480a2a9641aa52e2 /res/layout
parent9b745a82bf5cf8bf9383b63179d0a750e9ab9ab6 (diff)
downloadandroid_packages_apps_Trebuchet-81a70e5dc2c3ae53022755501fa49724db119f5c.tar.gz
android_packages_apps_Trebuchet-81a70e5dc2c3ae53022755501fa49724db119f5c.tar.bz2
android_packages_apps_Trebuchet-81a70e5dc2c3ae53022755501fa49724db119f5c.zip
Adding scrim in all-apps scrim
Bug: 64692527 Change-Id: Ib8262ad0cc3c95cd419eb9fa1dee3bbbc2d25a27
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index 6340619ab..39df2b193 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -68,11 +68,10 @@
</com.android.launcher3.allapps.AllAppsRecyclerViewContainerView>
<View
- style="@style/AllAppsNavBarProtection"
android:id="@+id/nav_bar_bg"
+ android:background="?attr/allAppsNavBarScrimColor"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_gravity="bottom"
- android:focusable="false"
- android:visibility="invisible" />
+ android:focusable="false" />
</com.android.launcher3.allapps.AllAppsContainerView> \ No newline at end of file