调整战令图标改为通过接口获取
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user