| | |
| | | android:padding="@dimen/w20dp"
|
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:background="@color/colorPrimary"/>
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | <cn.com.basic.face.dialog.wheelview.widget.WheelView
|
| | | android:id="@+id/dialog_select_list_view"
|
| | | android:layout_width="@dimen/w200dp"
|
| | | android:layout_height="wrap_content"/>
|
| | | android:layout_height="wrap_content"
|
| | | />
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="0.5dp"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | android:textSize="@dimen/w16dp"/>
|
| | | <View
|
| | | android:id="@+id/dialog_select_add_separator"
|
| | | android:layout_width="0.5dp"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/add"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:visibility="gone"
|
| | | />
|
| | | <View
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/cancel"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | android:textSize="@dimen/w16dp"/>
|
| | | </LinearLayout>
|
| | | </LinearLayout>
|
| | | </LinearLayout> |