Set the all apps nav bar to black.
b/29998559
Change-Id: Iba66b390f78fdf25b7eaf912012aabaf7df56476
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index a0b73f0..8c2010f 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