layout_replay_tile.xml 680 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="@dimen/rmrb_dp36"
    android:layout_height="@dimen/margin_20"
    android:orientation="vertical">

    <TextView
        android:id="@+id/tvRefreshButton"
        android:layout_width="@dimen/rmrb_dp36"
        android:layout_height="@dimen/margin_20"
        android:background="@mipmap/ic_replay_flag"
        android:gravity="center_vertical"
        android:paddingLeft="@dimen/rmrb_dp5"
        android:textSize="@dimen/rmrb_dp11"
        android:textColor="@color/res_color_common_C8"
        android:text="回放"/>

</LinearLayout>