29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="70dp"
|
|
android:layout_height="70dp"
|
|
android:background="@mipmap/backgroud_sud_game_small_window"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/view_information"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="25dp"
|
|
android:layout_marginTop="8dp"
|
|
android:background="@drawable/bg_live_sud_list_select_item2"
|
|
android:gravity="center"
|
|
android:text="@string/game_review_view_information"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/view_un_mute"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="25dp"
|
|
android:layout_marginTop="2dp"
|
|
android:background="@drawable/bg_live_sud_list_select_item2"
|
|
android:gravity="center"
|
|
android:text="@string/game_review_view_unmute"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
</LinearLayout> |