diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-09-18 20:09:39 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-09-18 20:09:39 +0200 |
commit | 6b904d4de1ab755277212d574bee618d7296cd2d (patch) | |
tree | e6097d19f260fa35d76277d6748720c4c3cb0d7c /src/main/res/values/attrs.xml | |
parent | 7bdd4166c02a88b1e5249056fabcf0e1833ab555 (diff) |
use proper paddings in dialogs on android < 5
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/attrs.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml index 8062cd7e..82f9db89 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -53,4 +53,7 @@ <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 |