summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/directions_button_background.xml14
-rw-r--r--res/drawable/ic_generic_transport_icon.xml2
-rw-r--r--res/drawable/request_ride_button_background.xml14
3 files changed, 19 insertions, 11 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
diff --git a/res/drawable/ic_generic_transport_icon.xml b/res/drawable/ic_generic_transport_icon.xml
index 7bd5e2e..dd26431 100644
--- a/res/drawable/ic_generic_transport_icon.xml
+++ b/res/drawable/ic_generic_transport_icon.xml
@@ -21,7 +21,7 @@
android:viewportHeight="24">
<path
- android:fillColor="#000000"
+ android:fillColor="@color/black_54"
android:pathData="M18.9,6c-0.2-0.6-0.8-1-1.4-1h-11C5.8,5,5.3,5.4,5.1,6L3,12v8c0,0.5,0.5,1,1,1h1c0.6,0,1-0.5,1-1v-1h12v1c0,0.5,0.5,1,1,1h1
c0.5,0,1-0.5,1-1v-8L18.9,6z
M6.5,16C5.7,16,5,15.3,5,14.5S5.7,13,6.5,13S8,13.7,8,14.5S7.3,16,6.5,16z M17.5,16
diff --git a/res/drawable/request_ride_button_background.xml b/res/drawable/request_ride_button_background.xml
index ff3ba2e..d7f56d6 100644
--- a/res/drawable/request_ride_button_background.xml
+++ b/res/drawable/request_ride_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:bottomLeftRadius="2dp" android:topLeftRadius="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