diff options
author | Camil Staps | 2015-04-15 19:23:02 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-15 19:23:02 +0200 |
commit | 18e44db7ae4cff20d1b320bd8f994b86856b2871 (patch) | |
tree | c8b1d4486c78a432f819edb4660b807e8acc5144 /app/src/main/res/values-w820dp | |
parent | Added podcast tab (diff) |
Overall continuation of development
Diffstat (limited to 'app/src/main/res/values-w820dp')
-rw-r--r-- | app/src/main/res/values-w820dp/dimens.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/values-w820dp/dimens.xml b/app/src/main/res/values-w820dp/dimens.xml index 63fc816..314b03e 100644 --- a/app/src/main/res/values-w820dp/dimens.xml +++ b/app/src/main/res/values-w820dp/dimens.xml @@ -1,6 +1,6 @@ <resources> - <!-- Example customization of dimensions originally defined in res/values/dimens.xml - (such as screen margins) for screens with more than 820dp of available width. This - would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). --> - <dimen name="activity_horizontal_margin">64dp</dimen> + + <dimen name="podcast_row_padding">20dp</dimen> + <dimen name="large_text_size">32sp</dimen> + </resources> |