aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-09-18 20:09:39 +0200
committerChristian Schneppe <christian@pix-art.de>2016-09-23 21:30:21 +0200
commit449aa682f03acb6c4d49dfb5ed7b00bde65e8491 (patch)
treeba8d6bc15321d7a4522b501e25a7ebde9f798a2d /src/main/res/values/attrs.xml
parent61bb0b682ddbca7cad006622e7811162a1fb4f5b (diff)
use proper paddings in dialogs on android < 5
Diffstat (limited to 'src/main/res/values/attrs.xml')
-rw-r--r--src/main/res/values/attrs.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index 901ea7547..526ab66be 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -27,4 +27,12 @@
<attr name="icon_share" format="reference"/>
<attr name="icon_import_export" format="reference"/>
+ <attr name="icon_notifications" format="reference"/>
+ <attr name="icon_notifications_off" format="reference"/>
+ <attr name="icon_notifications_paused" format="reference"/>
+ <attr name="icon_notifications_none" format="reference"/>
+
+ <attr name="dialog_horizontal_padding" format="dimension"/>
+ <attr name="dialog_vertical_padding" format="dimension"/>
+
</resources> \ No newline at end of file