25 lines
821 B
XML
25 lines
821 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="20dp"
|
|
android:gravity="center"
|
|
android:orientation="vertical">
|
|
|
|
<ImageView
|
|
android:id="@+id/fun_game_pic"
|
|
android:padding="3dp"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:src="@mipmap/live_more_icon_guard" />
|
|
|
|
<TextView
|
|
android:id="@+id/fun_game_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="6dp"
|
|
android:text="@string/guard_guard"
|
|
android:textColor="#FF9A9A9A"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout> |