Commit 275b10d9 authored by wanglei's avatar wanglei

...

parent 274f763f
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/qinli" android:src="@mipmap/qinli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="8dp" android:layout_marginBottom="8dp"
android:src="@drawable/shoudiantong" android:src="@mipmap/shoudiantong"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
<TextView <TextView
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/qinli" android:src="@mipmap/qinli"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
android:layout_width="30dp" android:layout_width="30dp"
android:layout_height="30dp" android:layout_height="30dp"
android:layout_marginBottom="4dp" android:layout_marginBottom="4dp"
android:src="@drawable/shoudiantong" android:src="@mipmap/shoudiantong"
tools:ignore="ContentDescription" /> tools:ignore="ContentDescription" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment