diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-10-03 14:48:54 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-10-03 14:48:54 +0200 |
commit | 483ddecca69b5353c1c49426fc99f329976d96b7 (patch) | |
tree | f4fb3e29e757d05bf822b917aa2ee14fe498abea /res/values-large | |
parent | 088878fcfd69dd07d26cf612ac72125efd252a7b (diff) | |
download | AntennaPod-483ddecca69b5353c1c49426fc99f329976d96b7.zip |
Improved tablet main screen layout.
Reduced thumbnail size so that more items can be displayed at the same time.
Diffstat (limited to 'res/values-large')
-rw-r--r-- | res/values-large/dimens.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-large/dimens.xml b/res/values-large/dimens.xml index dc94359c3..08022d93a 100644 --- a/res/values-large/dimens.xml +++ b/res/values-large/dimens.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <dimen name="thumbnail_length">260dp</dimen> + <dimen name="thumbnail_length">170dp</dimen> <dimen name="thumbnail_length_itemlist">70dp</dimen> </resources>
\ No newline at end of file |