diff options
author | Allan Wang <me@allanwang.ca> | 2020-03-01 01:25:06 -0800 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-03-01 01:25:06 -0800 |
commit | c1591dffa764eb16e1f825fceab0c04ac4456af4 (patch) | |
tree | fdc55a1ef36347a62138d2952d435a38affc8435 /app/src/main/res/values | |
parent | 118635f6630487e93a519e9a63151d95b31ee8b1 (diff) | |
download | frost-c1591dffa764eb16e1f825fceab0c04ac4456af4.tar.gz frost-c1591dffa764eb16e1f825fceab0c04ac4456af4.tar.bz2 frost-c1591dffa764eb16e1f825fceab0c04ac4456af4.zip |
Rearrange image activity to use download manager
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/styles.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b94f754f..fcacacc3 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -182,4 +182,13 @@ <item name="android:paddingEnd">@dimen/drawer_nav_horizontal_margins</item> </style> + <style name="Image.Icon" parent=""> + <item name="android:layout_width">36dp</item> + <item name="android:layout_height">36dp</item> + <item name="android:layout_marginStart">8dp</item> + <item name="android:padding">6dp</item> + <item name="android:layout_marginEnd">8dp</item> + <item name="android:background">?selectableItemBackgroundBorderless</item> + </style> + </resources> |