全局图标优化
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<ImageView
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:src="@drawable/switch_family" />
|
||||
android:src="@mipmap/switch_family" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
@@ -107,7 +107,7 @@
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/right_back" />
|
||||
android:src="@mipmap/right_back" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -122,7 +122,7 @@
|
||||
<ImageView
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:src="@drawable/user_manage" />
|
||||
android:src="@mipmap/user_manage" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
@@ -136,7 +136,7 @@
|
||||
<ImageView
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:src="@drawable/right_back" />
|
||||
android:src="@mipmap/right_back" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -151,7 +151,7 @@
|
||||
<ImageView
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:src="@drawable/pwd_manager" />
|
||||
android:src="@mipmap/pwd_manager" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
@@ -165,7 +165,7 @@
|
||||
<ImageView
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:src="@drawable/right_back" />
|
||||
android:src="@mipmap/right_back" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -180,7 +180,7 @@
|
||||
<ImageView
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:src="@drawable/face_manage" />
|
||||
android:src="@mipmap/face_manage" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
@@ -194,7 +194,7 @@
|
||||
<ImageView
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:src="@drawable/right_back" />
|
||||
android:src="@mipmap/right_back" />
|
||||
</LinearLayout>
|
||||
<LinearLayout
|
||||
android:id="@+id/itemLanguage"
|
||||
@@ -207,7 +207,7 @@
|
||||
<ImageView
|
||||
android:layout_width="42dp"
|
||||
android:layout_height="42dp"
|
||||
android:src="@drawable/voice_translation" />
|
||||
android:src="@mipmap/voice_translation" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
@@ -230,7 +230,7 @@
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:src="@drawable/right_back" />
|
||||
android:src="@mipmap/right_back" />
|
||||
</LinearLayout>
|
||||
|
||||
<Space
|
||||
|
||||
Reference in New Issue
Block a user