summaryrefslogtreecommitdiffstats
path: root/res/drawable/directions_button_background.xml
diff options
context:
space:
mode:
authorTyson Miller <tmiller@cyngn.com>2016-08-15 13:20:49 -0700
committerStephen Bird <sbird@cyngn.com>2016-09-22 16:15:31 -0700
commitac1816e0e21fe533aacc9b53eceb755798fee8a1 (patch)
tree8bf0f49feae7891d378b47b2f7e98ea51a6cb91f /res/drawable/directions_button_background.xml
parentb4320b899d312d2259438160ac666703883cc305 (diff)
downloadandroid_packages_apps_Messaging-ac1816e0e21fe533aacc9b53eceb755798fee8a1.tar.gz
android_packages_apps_Messaging-ac1816e0e21fe533aacc9b53eceb755798fee8a1.tar.bz2
android_packages_apps_Messaging-ac1816e0e21fe533aacc9b53eceb755798fee8a1.zip
Adjust map and map bar UX
- Add ripple to map button bar - Fix drawable tint color for generic ride icon - Fix margins for map button bar - Map zoom is closer to spec, but layout still WIP Change-Id: I77c9a570aea1462f91d85c2bd149aac895712caa Issue-Id: RIDE-246, RIDE-241, RIDE-243
Diffstat (limited to 'res/drawable/directions_button_background.xml')
-rw-r--r--res/drawable/directions_button_background.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/res/drawable/directions_button_background.xml b/res/drawable/directions_button_background.xml
index a40b30f..d7f56d6 100644
--- a/res/drawable/directions_button_background.xml
+++ b/res/drawable/directions_button_background.xml
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <corners android:bottomRightRadius="2dp" android:topRightRadius="2dp" />
- <solid android:color="@color/white_54" />
-</shape> \ No newline at end of file
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="?android:colorControlHighlight">
+ <item>
+ <shape android:shape="rectangle">
+ <corners android:bottomLeftRadius="2dp" android:topLeftRadius="2dp" />
+ <solid android:color="@color/white_54" />
+ </shape>
+ </item>
+</ripple> \ No newline at end of file