From 10bebf8a896d19cb57e034673602fe79e3b976fc Mon Sep 17 00:00:00 2001 From: chschtsch Date: Wed, 2 Dec 2015 15:27:19 +0300 Subject: [PATCH] update cards & update dimens structure --- .../layout-land/fragment_videoitem_detail.xml | 61 ++++++++-------- .../fragment_videoitem_detail.xml | 66 +++++++++-------- .../res/layout/fragment_videoitem_detail.xml | 2 +- app/src/main/res/layout/video_item.xml | 73 +++++++++---------- app/src/main/res/values-land/dimens.xml | 14 ++++ app/src/main/res/values-sw600dp/dimens.xml | 14 ++++ app/src/main/res/values/dimens.xml | 14 ++++ app/src/main/res/values/dimentxt.xml | 29 -------- 8 files changed, 144 insertions(+), 129 deletions(-) create mode 100644 app/src/main/res/values-land/dimens.xml create mode 100644 app/src/main/res/values-sw600dp/dimens.xml create mode 100644 app/src/main/res/values/dimens.xml delete mode 100644 app/src/main/res/values/dimentxt.xml diff --git a/app/src/main/res/layout-land/fragment_videoitem_detail.xml b/app/src/main/res/layout-land/fragment_videoitem_detail.xml index 02201f9f4..0a00c4045 100644 --- a/app/src/main/res/layout-land/fragment_videoitem_detail.xml +++ b/app/src/main/res/layout-land/fragment_videoitem_detail.xml @@ -45,10 +45,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@id/detailThumbnailView" - android:paddingTop="10dp" - android:paddingBottom="10dp" - android:paddingRight="10dp" - android:paddingLeft="10dp"> + android:paddingTop="5dp" + android:paddingBottom="5dp" + android:paddingRight="5dp" + android:paddingLeft="5dp"> + android:textSize="@dimen/text_video_views_size" + android:textAppearance="?android:attr/textAppearanceLarge" /> + android:textSize="@dimen/text_video_like_size" + android:textAppearance="?android:attr/textAppearanceMedium"/> + -