| | |
| | | android:layout_height="match_parent">
|
| | | <LinearLayout
|
| | | android:id="@+id/dialog_add_linear_layout"
|
| | | android:layout_width="350dp"
|
| | | android:layout_width="@dimen/w350dp"
|
| | | android:layout_height="wrap_content"
|
| | | android:gravity="center"
|
| | | android:background="@android:color/white"
|
| | |
| | | android:id="@+id/dialog_add_title"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="wrap_content"
|
| | | android:padding="20dp"
|
| | | android:padding="@dimen/w20dp"
|
| | | android:gravity="center"
|
| | | android:textColor="@android:color/white"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:background="@color/colorPrimary"/>
|
| | | <com.wx.wheelview.widget.WheelView
|
| | | android:id="@+id/dialog_add_list_view"
|
| | | android:layout_width="200dp"
|
| | | android:layout_height="wrap_content"/>
|
| | | android:textSize="@dimen/w20dp"
|
| | | android:background="@color/colorPrimary"
|
| | | />
|
| | | <EditText
|
| | | android:id="@+id/dialog_add_content"
|
| | | android:layout_width="200dp"
|
| | | android:layout_width="@dimen/w200dp"
|
| | | android:layout_height="wrap_content"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:textSize="@dimen/w16dp"
|
| | | android:textColor="@color/colorText_5"
|
| | | android:padding="22dp"
|
| | | android:padding="@dimen/w22dp"
|
| | | android:gravity="center"
|
| | | />
|
| | | <View
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="0.5dp"
|
| | | android:background="@color/colorText_5"/>
|
| | | android:background="@color/colorText_b"/>
|
| | | <LinearLayout
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="50dp"
|
| | | android:layout_height="@dimen/h50dp"
|
| | | android:orientation="horizontal">
|
| | | <TextView
|
| | | android:id="@+id/dialog_add_ok"
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | android:textSize="@dimen/w16dp"/>
|
| | | <View
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | |
| | | 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> |