alivc_dialog_replay.xml 1.04 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/alivc_dialog_error_bg"
    android:gravity="center"
    android:orientation="vertical">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:text="@string/alivc_alivc_replay_msg"
        android:textColor="@color/alivc_common_font_white_light"
        android:textSize="@dimen/sp_14" />


    <TextView
        android:id="@+id/replay"
        android:layout_width="@dimen/rmrb_dp82"
        android:layout_height="@dimen/rmrb_dp30"
        android:layout_marginTop="@dimen/rmrb_dp16"
        android:background="@drawable/alivc_rr_bg_blue"
        android:gravity="center"
        android:text="@string/alivc_replay"
        android:textColor="@color/alivc_player_theme_blue"
        android:textSize="@dimen/rmrb_dp15" />

</LinearLayout>