| | |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#00ffffff" |
| | | android:background="#40000000" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | |
| | | android:background="@drawable/base_bg_dialog_top_stroke" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | <TextView |
| | | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginRight="20dp" |
| | | android:gravity="center" |
| | | android:text="管理密码" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/dialog_btn" |
| | | android:textSize="25sp" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/pw_et" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginTop="30dp" |
| | | android:layout_marginRight="20dp" |
| | | android:background="@drawable/editbg" |
| | | android:hint="请输入管理密码" |