summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Victor Chan <victorchan@google.com> 2016-01-20 20:13:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2016-01-20 20:13:25 +0000
commit770e437d30a5059cad3238d864ef016a04b23b33 (patch)
treef4b2b5a3ab6a162d62eb2d1cfd9442d1194d7cbc
parentcdcf99bc08877056bd03d206682e198965379552 (diff)
parent1fb5a2f657c49420f9087bb77db18f5fc202b3d1 (diff)
Merge "Add ripple to navigation bar button"
-rw-r--r--packages/SystemUI/res/layout/car_navigation_button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/car_navigation_button.xml b/packages/SystemUI/res/layout/car_navigation_button.xml
index 87c8f04a19bf..479f18d1741b 100644
--- a/packages/SystemUI/res/layout/car_navigation_button.xml
+++ b/packages/SystemUI/res/layout/car_navigation_button.xml
@@ -22,7 +22,7 @@
android:layout_height="match_parent"
android:layout_width="wrap_content"
android:orientation="horizontal"
- android:gravity="center">
+ android:background="?android:attr/selectableItemBackground">
<com.android.keyguard.AlphaOptimizedImageButton
android:id="@+id/car_nav_button_icon"
android:layout_height="match_parent"