Newer
Older
QingDaoSmartWell / app / src / main / res / layout / item_choice_dialog.xml
<?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="@dimen/titleViewHeight">

    <TextView
        android:id="@+id/choiceItemView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="@drawable/sheet_item_middle_selector"
        android:gravity="center"
        android:text="@string/unknown"
        android:textColor="@color/subTextColor"
        android:textSize="@dimen/textFontSize" />
</LinearLayout>