| | |
| | | <EditText |
| | | android:id="@+id/pw_et" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_height="@dimen/edt_height" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginRight="20dp" |
| | | android:background="@drawable/editbg_dialog" |
| | | android:background="@drawable/editbg" |
| | | android:hint="请输入信息" |
| | | android:paddingLeft="10dp" |
| | | android:textColor="#000000" /> |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="5dp" |
| | | android:gravity="center_horizontal" |
| | | android:orientation="horizontal"> |
| | | |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/dialog_btn_height" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/textview_select_bg" |
| | | android:gravity="center" |
| | | android:text="取 消" |
| | | android:textColor="@color/text_color" |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="@dimen/dialog_btn_height" |
| | | android:layout_weight="1" |
| | | android:background="@drawable/textview_select_bg" |
| | | android:gravity="center" |
| | | android:text="确 认" |
| | | android:textColor="@color/dialog_btn" |