item_select_time.xml 803 Bytes
<?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="wrap_content" >

    <RelativeLayout
        android:layout_width="@dimen/dp_x_315"
        android:layout_height="@dimen/dp_y_50"
        android:layout_gravity="center" >
        <TextView
            android:id="@+id/textview"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_centerVertical="true"
            android:layout_centerHorizontal="true"
            android:textColor="@drawable/txt_click_color_31"
            android:text="13468888888"
            android:textSize="@dimen/text_size_25" />
    </RelativeLayout>

</LinearLayout>