| | |
| | | android:text="@string/confirm"
|
| | | android:textSize="@dimen/text_size_big"/>
|
| | | <View
|
| | | android:id="@+id/dialog_select_add_separator"
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_5"
|
| | | android:visibility="gone"
|
| | | />
|
| | | <TextView
|
| | | android:id="@+id/dialog_select_add"
|
| | | android:layout_weight="1"
|
| | | android:layout_width="wrap_content"
|
| | | android:layout_height="match_parent"
|
| | | android:gravity="center"
|
| | | android:text="@string/add"
|
| | | android:textSize="@dimen/text_size_big"
|
| | | android:visibility="gone"
|
| | | />
|
| | | <View
|
| | | android:layout_width="0.5dp"
|
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_5"/>
|