net_out_time.xml 1.66 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:orientation="vertical"
    >
    <com.fish.drp.div.DrpTitleBar
        android:id="@+id/net_actionbar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"/>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:gravity="center">
    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        >
    <ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
        android:src="@mipmap/net"
        android:layout_gravity="center"
    />
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/out_time"
            android:layout_marginTop="15dp"
            android:textColor="@color/main_black"
            android:textSize="@dimen/text_size3"/>
        <Button
            android:id="@+id/reload"
            android:layout_width="86dp"
            android:layout_height="30dp"
            android:text="@string/reload"
            android:gravity="center"
            android:textColor="@color/main_black"
            android:layout_gravity="center"
            android:layout_marginTop="15dp"
            android:textSize="@dimen/text_size2"
            android:background="@drawable/reload"
            />

     </LinearLayout>
    </LinearLayout>
</LinearLayout>