登录注册图标优化
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
android:id="@+id/safeIcon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
android:src="@drawable/safe"
|
||||
android:src="@mipmap/safe"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
@@ -96,7 +96,7 @@
|
||||
android:id="@+id/cardFaceIcon"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="150dp"
|
||||
android:src="@drawable/face_verification"
|
||||
android:src="@mipmap/face_verification"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/topSubContainer" />
|
||||
@@ -138,7 +138,7 @@
|
||||
<ImageView
|
||||
android:layout_width="59dp"
|
||||
android:layout_height="59dp"
|
||||
android:src="@drawable/mask_group"/>
|
||||
android:src="@mipmap/mask_group"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -149,7 +149,7 @@
|
||||
<ImageView
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/common_icons_miniprogram2"/>
|
||||
android:src="@mipmap/common_icons_miniprogram2"/>
|
||||
<TextView
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -175,7 +175,7 @@
|
||||
<ImageView
|
||||
android:layout_width="59dp"
|
||||
android:layout_height="59dp"
|
||||
android:src="@drawable/standard_capture"/>
|
||||
android:src="@mipmap/standard_capture"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -186,7 +186,7 @@
|
||||
<ImageView
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/common_icons_miniprogram1"/>
|
||||
android:src="@mipmap/common_icons_miniprogram1"/>
|
||||
<TextView
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -212,7 +212,7 @@
|
||||
<ImageView
|
||||
android:layout_width="59dp"
|
||||
android:layout_height="59dp"
|
||||
android:src="@drawable/cropped_shot"/>
|
||||
android:src="@mipmap/cropped_shot"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -223,7 +223,7 @@
|
||||
<ImageView
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/common_icons_miniprogram1"/>
|
||||
android:src="@mipmap/common_icons_miniprogram1"/>
|
||||
<TextView
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -249,7 +249,7 @@
|
||||
<ImageView
|
||||
android:layout_width="59dp"
|
||||
android:layout_height="59dp"
|
||||
android:src="@drawable/low_light"/>
|
||||
android:src="@mipmap/low_light"/>
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -260,7 +260,7 @@
|
||||
<ImageView
|
||||
android:layout_width="15dp"
|
||||
android:layout_height="15dp"
|
||||
android:src="@drawable/common_icons_miniprogram1"/>
|
||||
android:src="@mipmap/common_icons_miniprogram1"/>
|
||||
<TextView
|
||||
android:layout_marginLeft="5dp"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user