summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-12-15 15:22:38 +0100
committercyBerta <cyberta@riseup.net>2022-12-15 23:59:53 +0100
commit46251422d9a8e9bf18d161ea5036214afb939d92 (patch)
tree4768de4d30d12d2d7d09fcb7dab6295d63eaeab6 /app/src/main/res/drawable
parente090b6dd60daca11603b36a197dfe5b05ecc3cb9 (diff)
remove gradient from location button
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r--app/src/main/res/drawable/cust_button_light_rect.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/drawable/cust_button_light_rect.xml b/app/src/main/res/drawable/cust_button_light_rect.xml
index dd66c739..9840d7e1 100644
--- a/app/src/main/res/drawable/cust_button_light_rect.xml
+++ b/app/src/main/res/drawable/cust_button_light_rect.xml
@@ -61,19 +61,6 @@
<corners android:radius="@dimen/stdpadding"/>
</shape>
</item>
- <!-- gradient -->
- <item
- android:bottom="@dimen/button_bevel"
- android:right="1dp"
- >
- <shape android:shape="rectangle">
- <gradient android:startColor="@color/btn_light_transparent_dark"
- android:endColor="@color/white_transparent"
- android:angle="90"
- />
- <corners android:radius="@dimen/stdpadding"/>
- </shape>
- </item>
</layer-list>
</item>
</selector> \ No newline at end of file