diff options
author | cyberta <cyberta@riseup.net> | 2021-11-28 23:08:16 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-11-28 23:08:16 +0000 |
commit | 6c089933ec5aa79987fdec9cfdfe7f0b51598c5b (patch) | |
tree | 8ecc586dbbaae70669adb5d7a2fc0e3b5e318f29 /app/src/main/res/values/attrs.xml | |
parent | da382d031d07b8c4197c4dae68a2fd5afe93eb5e (diff) | |
parent | 83685da4414d38d2be2bf7441d274aa2f693e0d2 (diff) |
Merge branch 'last_minute_UI_changes' into 'master'
Last minute ui changes
See merge request leap/bitmask_android!151
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r-- | app/src/main/res/values/attrs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml index 5631e3f3..2bf4d8ce 100644 --- a/app/src/main/res/values/attrs.xml +++ b/app/src/main/res/values/attrs.xml @@ -9,6 +9,7 @@ <attr name="icon" format="reference"/> <attr name="subtitle" format="string|reference"/> <attr name="singleLine" format="boolean"/> + <attr name="tint" format="reference|color" /> <declare-styleable name="IconSwitchEntry"> <attr name="text"/> <attr name="subtitle" /> @@ -22,4 +23,7 @@ <attr name="icon"/> <attr name="singleLine"/> </declare-styleable> + <declare-styleable name="LocationIndicator"> + <attr name="tint"/> + </declare-styleable> </resources>
\ No newline at end of file |