summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2021-11-25 02:14:08 +0000
committercyberta <cyberta@riseup.net>2021-11-25 02:14:08 +0000
commit5a2ff7c85f13fe2e875e4ca7ec4192df0e896d01 (patch)
treee74b21e0b9e24b5b8774598142b343aa56a7070c /app/src/main/res/values/attrs.xml
parent68ca9c827da3c3fad9e70c74960f113560fd6711 (diff)
parent6fb2050aaf6e992bf96d41c5f6b19f5c1a3771c3 (diff)
Merge branch 'preferences_ui' into 'master'
Preferences ui See merge request leap/bitmask_android!145
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index d3a88b81..5631e3f3 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -8,15 +8,18 @@
<attr name="text" format="string|reference"/>
<attr name="icon" format="reference"/>
<attr name="subtitle" format="string|reference"/>
+ <attr name="singleLine" format="boolean"/>
<declare-styleable name="IconSwitchEntry">
<attr name="text"/>
<attr name="subtitle" />
<attr name="icon"/>
+ <attr name="singleLine"/>
</declare-styleable>
<declare-styleable name="IconTextEntry">
<attr name="text"/>
<attr name="subtitle" />
<attr name="icon"/>
+ <attr name="singleLine"/>
</declare-styleable>
</resources> \ No newline at end of file