summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawable/button_background.xml
diff options
context:
space:
mode:
authorAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
committerAlberto Duarte (PWC) <alberto.duarte.delgado@pwc.com>2023-10-09 17:35:35 +0100
commit1dd6d976f1e78cde69ac9e0f89b1b80b1e89cba3 (patch)
tree38779ba36a4034152825d593a4e1a1e2e919ec01 /app/src/main/res/drawable/button_background.xml
parentffe8799737b060f0d7d73ad394cc255b73a853ec (diff)
Not sure
Diffstat (limited to 'app/src/main/res/drawable/button_background.xml')
-rw-r--r--app/src/main/res/drawable/button_background.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/drawable/button_background.xml b/app/src/main/res/drawable/button_background.xml
index 1bd9052..e5c47ae 100644
--- a/app/src/main/res/drawable/button_background.xml
+++ b/app/src/main/res/drawable/button_background.xml
@@ -1,5 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?>
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:state_pressed="true" android:drawable="@drawable/button_clicked" />
- <item android:drawable="@drawable/button_stand" />
+<?xml version="1.0" encoding="utf-8"?>
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:state_pressed="true" android:drawable="@drawable/button_clicked" />
+ <item android:drawable="@drawable/button_stand" />
</selector> \ No newline at end of file