diff options
author | cyberta <cyberta@riseup.net> | 2022-11-30 01:07:48 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-30 14:24:46 +0100 |
commit | a4fca14a9a1c33fc81c4687113e0751bc0859857 (patch) | |
tree | 239e980b75c28641eba1c07383114dc0ecf25d79 /app/src/normal | |
parent | 90243a1ec25eb50d1c49e16465ae5dabf45e701e (diff) |
delete unused color drawable
Diffstat (limited to 'app/src/normal')
-rw-r--r-- | app/src/normal/res/color/button_tint_color.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/normal/res/color/button_tint_color.xml b/app/src/normal/res/color/button_tint_color.xml deleted file mode 100644 index f15e571d..00000000 --- a/app/src/normal/res/color/button_tint_color.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:state_pressed="true" - android:color="@color/btn_white_transparent_dark" - > - </item> - <item - android:color="@color/btn_white_transparent" /> -</selector>
\ No newline at end of file |