summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-07-06 15:10:14 -0700
committerHyunyoung Song <hyunyoungs@google.com>2016-07-06 22:54:33 +0000
commite28bd7ca8658a3eafa107d7080610e8d68dafa3e (patch)
treeccd4bd5c487fde46dab29303eee7eef90bbb1ed8 /res/layout
parent8db7d68aaccb58a646d24080d3fa7e093900e11b (diff)
downloadandroid_packages_apps_Trebuchet-e28bd7ca8658a3eafa107d7080610e8d68dafa3e.tar.gz
android_packages_apps_Trebuchet-e28bd7ca8658a3eafa107d7080610e8d68dafa3e.tar.bz2
android_packages_apps_Trebuchet-e28bd7ca8658a3eafa107d7080610e8d68dafa3e.zip
Set the all apps nav bar to black.
b/29998559 Change-Id: Iba66b390f78fdf25b7eaf912012aabaf7df56476
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/all_apps.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index a0b73f034..8c2010f89 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -99,4 +99,13 @@
</LinearLayout>
</com.android.launcher3.allapps.AllAppsRecyclerViewContainerView>
+ <View
+ android:id="@+id/nav_bar_bg"
+ android:layout_width="match_parent"
+ android:layout_height="0dp"
+ android:layout_gravity="bottom"
+ android:background="@android:color/black"
+ android:elevation="16dp"
+ android:focusable="false"
+ android:visibility="invisible" />
</com.android.launcher3.allapps.AllAppsContainerView> \ No newline at end of file