summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-08-05 10:59:17 -0700
committerHyunyoung Song <hyunyoungs@google.com>2016-08-05 10:59:17 -0700
commit4ebc3d070ffa5ffda469aebcece20efda52d2028 (patch)
treea27bf72b62d9c74ccf8d3b9dc8c7fa2b571ff0c1 /res
parent598e1843526e16814eeb4c310c9faec5bc3b7ae9 (diff)
downloadandroid_packages_apps_Trebuchet-4ebc3d070ffa5ffda469aebcece20efda52d2028.tar.gz
android_packages_apps_Trebuchet-4ebc3d070ffa5ffda469aebcece20efda52d2028.tar.bz2
android_packages_apps_Trebuchet-4ebc3d070ffa5ffda469aebcece20efda52d2028.zip
Change NavBar to transparent black
b/30615471 Change-Id: I7885e8a7fd63ee10c9b0107087046730e8acfde9
Diffstat (limited to 'res')
-rw-r--r--res/layout/all_apps.xml3
-rw-r--r--res/values/colors.xml1
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/all_apps.xml b/res/layout/all_apps.xml
index 5c2c4b869..4909eb38b 100644
--- a/res/layout/all_apps.xml
+++ b/res/layout/all_apps.xml
@@ -89,8 +89,7 @@
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_gravity="bottom"
- android:background="@android:color/black"
- android:elevation="16dp"
+ android:background="@color/all_apps_navbar_color"
android:focusable="false"
android:visibility="invisible" />
</com.android.launcher3.allapps.AllAppsContainerView> \ No newline at end of file
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 21d9d5c93..d5ce78607 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -39,6 +39,7 @@
<color name="all_apps_caret_color">#FFFFFFFF</color>
<color name="all_apps_caret_shadow_color">#22000000</color>
<color name="all_apps_container_color">#FFF2F2F2</color>
+ <color name="all_apps_navbar_color">#28000000</color>
<color name="spring_loaded_panel_color">#40FFFFFF</color>
<color name="spring_loaded_highlighted_panel_border_color">#FFF</color>