优化密码相关,隐藏/显示
This commit is contained in:
@@ -135,6 +135,7 @@
|
||||
android:layout_marginLeft="5dp"
|
||||
android:background="@null"
|
||||
android:inputType="number"
|
||||
android:maxLength="6"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/color_222222"
|
||||
android:hint="@string/hint_input_verifi"/>
|
||||
@@ -174,6 +175,7 @@
|
||||
android:layout_marginLeft="5dp"
|
||||
android:background="@null"
|
||||
android:textSize="14sp"
|
||||
android:maxLength="16"
|
||||
android:textColor="@color/color_222222"
|
||||
android:hint="@string/hint_input_psd"
|
||||
android:inputType="textPassword"/>
|
||||
|
||||
@@ -72,6 +72,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="number"
|
||||
android:maxLength="6"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
@@ -111,6 +112,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="textPassword"
|
||||
android:maxLength="16"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
@@ -145,6 +147,7 @@
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:inputType="textPassword"
|
||||
android:background="@null"
|
||||
android:maxLength="16"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
|
||||
@@ -29,15 +29,23 @@
|
||||
android:src="@mipmap/icon_psd"/>
|
||||
<EditText
|
||||
android:id="@+id/et_current_psd"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="8"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="textPassword"
|
||||
android:maxLength="16"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
android:hint="@string/hint_input_old_psd"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_psd_show_hide_old"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@mipmap/icon_psd_hide"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -55,15 +63,23 @@
|
||||
android:src="@mipmap/icon_psd"/>
|
||||
<EditText
|
||||
android:id="@+id/et_new_psd"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="8"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="textPassword"
|
||||
android:maxLength="16"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
android:hint="@string/hint_input_new_psd"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_psd_show_hide_new1"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@mipmap/icon_psd_hide"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -82,15 +98,23 @@
|
||||
android:src="@mipmap/icon_psd"/>
|
||||
<EditText
|
||||
android:id="@+id/et_input_confirm_psd"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="8"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="textPassword"
|
||||
android:maxLength="16"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
android:hint="@string/hint_input_new_psd_agin"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_psd_show_hide_new2"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@mipmap/icon_psd_hide"/>
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
android:id="@+id/ivRefresh"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:src="@mipmap/icon_water_loading" />
|
||||
android:src="@mipmap/icon_water_head_refresh" />
|
||||
</RelativeLayout>
|
||||
BIN
app/src/main/res/mipmap-xxhdpi/icon_water_head_refresh.png
Normal file
BIN
app/src/main/res/mipmap-xxhdpi/icon_water_head_refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
app/src/main/res/mipmap-xxxhdpi/icon_water_head_refresh.png
Normal file
BIN
app/src/main/res/mipmap-xxxhdpi/icon_water_head_refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.1 KiB |
Reference in New Issue
Block a user