优化
This commit is contained in:
@@ -103,14 +103,22 @@
|
||||
android:src="@mipmap/icon_psd"/>
|
||||
<EditText
|
||||
android:id="@+id/et_input_psd"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="9"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:background="@null"
|
||||
android:inputType="textPassword"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
android:hint="@string/hint_input_psd"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_psd_show_hide"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@mipmap/icon_psd_hide"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -129,14 +137,22 @@
|
||||
android:src="@mipmap/icon_psd"/>
|
||||
<EditText
|
||||
android:id="@+id/et_input_psd_agin"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="9"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:inputType="textPassword"
|
||||
android:background="@null"
|
||||
android:textSize="14sp"
|
||||
android:textColor="@color/text_hint_theme_color"
|
||||
android:textColorHint="@color/text_hint_theme_color"
|
||||
android:hint="@string/hint_input_psd_agin"/>
|
||||
<ImageView
|
||||
android:id="@+id/img_psd_show_hide_agin"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:layout_weight="0.5"
|
||||
android:src="@mipmap/icon_psd_hide"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
Reference in New Issue
Block a user