update 随机PK
This commit is contained in:
@@ -68,8 +68,9 @@
|
||||
android:id="@+id/item_status"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:text="状态"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="14sp" />
|
||||
@@ -78,19 +79,17 @@
|
||||
android:id="@+id/item_pk"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="27dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center"
|
||||
android:src="@mipmap/ic_random_pk_pk"
|
||||
/>
|
||||
android:layout_weight="1"
|
||||
android:src="@mipmap/ic_random_pk_pk" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/item_follow"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="23dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center"
|
||||
android:src="@mipmap/ic_random_pk_like"
|
||||
/>
|
||||
android:layout_weight="1"
|
||||
android:src="@mipmap/ic_random_pk_like" />
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user