summaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-11-24 23:53:08 +0100
committercyBerta <cyberta@riseup.net>2021-11-24 23:53:56 +0100
commitf78eeced2a24d869e514330467395b0471fb2adc (patch)
tree363035e7dbbd08aba5c14529175c324bec256013 /app/src/main/res/values
parent68ca9c827da3c3fad9e70c74960f113560fd6711 (diff)
improve settings list entry layouts
Diffstat (limited to 'app/src/main/res/values')
-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