修改游戏房间列表上游戏图标的位置和大小
This commit is contained in:
parent
69b868f535
commit
55bc6f917f
@ -200,17 +200,19 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="end"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginEnd="18dp"
|
||||||
android:gravity="bottom">
|
>
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/game_icon"
|
android:id="@+id/game_icon"
|
||||||
android:layout_width="50dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="50dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginEnd="5dp" />
|
android:layout_gravity="bottom"
|
||||||
|
android:layout_marginBottom="11dp"
|
||||||
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@ -196,17 +196,19 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="end"
|
||||||
android:layout_marginTop="10dp"
|
android:layout_marginEnd="18dp"
|
||||||
android:gravity="bottom">
|
>
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/game_icon"
|
android:id="@+id/game_icon"
|
||||||
android:layout_width="50dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="50dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginEnd="5dp" />
|
android:layout_gravity="bottom"
|
||||||
|
android:layout_marginBottom="11dp"
|
||||||
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user