调整战令图标改为通过接口获取

This commit is contained in:
2024-05-31 10:30:12 +08:00
parent 949c0ab759
commit b7c0f5d3ec
4 changed files with 43 additions and 2 deletions

View File

@@ -2,10 +2,12 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<ImageView
android:src="@mipmap/icon_bp_flot"
android:id="@+id/battleImage"
android:layout_width="95.5dp"
android:layout_height="61.5dp"/>
android:layout_height="61.5dp"
android:src="@mipmap/icon_bp_flot" />
<!--<LinearLayout
android:alpha="0.85"
android:layout_width="140dp"