|
|
@@ -4,14 +4,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:paddingTop="10dp"
|
|
|
- android:paddingBottom="10dp"
|
|
|
- android:paddingStart="5dp"
|
|
|
- android:paddingEnd="5dp">
|
|
|
+ android:paddingBottom="10dp">
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/my_item_img"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="60dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
+ android:layout_height="53dp"
|
|
|
android:scaleType="fitCenter"
|
|
|
android:src="@drawable/icon" />
|
|
|
|
|
|
@@ -21,10 +20,12 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_below="@id/my_item_img"
|
|
|
android:layout_marginTop="5dp"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
+ android:singleLine="true"
|
|
|
android:gravity="center"
|
|
|
android:text="试玩赚钱"
|
|
|
android:textColor="@color/black_6_3"
|
|
|
- android:textSize="14sp" />
|
|
|
+ android:textSize="13sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/my_item_tag"
|
|
|
@@ -32,6 +33,7 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentTop="true"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
+ android:layout_marginEnd="5dp"
|
|
|
android:gravity="center"
|
|
|
android:text="试玩"
|
|
|
android:textColor="@color/black_6_3"
|