fix layout issues & update screenshots

This commit is contained in:
chschtsch 2015-12-15 13:45:59 +03:00
parent fd8f600fec
commit db500e9791
11 changed files with 12 additions and 207 deletions

View file

@ -3,12 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
xmlns:card_view="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="@dimen/video_item_search_card_vertical_margin"
android:paddingBottom="@dimen/video_item_search_card_vertical_margin"
android:paddingLeft="@dimen/video_item_search_card_horizontal_margin"
android:paddingRight="@dimen/video_item_search_card_horizontal_margin"
>
android:layout_height="wrap_content" >
<android.support.v7.widget.CardView
xmlns:card_view="http://schemas.android.com/apk/res-auto"
@ -17,7 +12,11 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
card_view:cardCornerRadius="@dimen/video_item_search_card_radius">
card_view:cardCornerRadius="@dimen/video_item_search_card_radius"
android:layout_marginTop="@dimen/video_item_search_card_vertical_margin"
android:layout_marginBottom="@dimen/video_item_search_card_vertical_margin"
android:layout_marginLeft="@dimen/video_item_search_card_horizontal_margin"
android:layout_marginRight="@dimen/video_item_search_card_horizontal_margin" >
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"