|
@@ -7,8 +7,8 @@
|
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_gravity="center_vertical"
|
|
|
android:paddingLeft="@dimen/content_padding_15"
|
|
android:paddingLeft="@dimen/content_padding_15"
|
|
|
android:paddingRight="@dimen/content_padding_10"
|
|
android:paddingRight="@dimen/content_padding_10"
|
|
|
- android:paddingTop="@dimen/content_padding_10"
|
|
|
|
|
- android:paddingBottom="@dimen/content_padding_10"
|
|
|
|
|
|
|
+ android:paddingTop="@dimen/content_padding_small"
|
|
|
|
|
+ android:paddingBottom="@dimen/content_padding_small"
|
|
|
android:background="@drawable/x_shap_shadow_bg_rectgangle_white">
|
|
android:background="@drawable/x_shap_shadow_bg_rectgangle_white">
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
@@ -34,8 +34,8 @@
|
|
|
android:id="@+id/gridview_item_icon_iv"
|
|
android:id="@+id/gridview_item_icon_iv"
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
- android:maxHeight="@dimen/view_size_73"
|
|
|
|
|
- android:maxWidth="@dimen/view_size_73"
|
|
|
|
|
|
|
+ android:maxHeight="@dimen/view_size_65"
|
|
|
|
|
+ android:maxWidth="@dimen/view_size_65"
|
|
|
android:src="@mipmap/home_try_play_circle_bg"
|
|
android:src="@mipmap/home_try_play_circle_bg"
|
|
|
android:adjustViewBounds="true"/>
|
|
android:adjustViewBounds="true"/>
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|