Commit 63018c9f authored by fallenstardust's avatar fallenstardust

低于安卓5.0的系统不支持vector icon

parent 0fec3efc
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
1.默认打开决斗界面随手机朝向旋转; 1.默认打开决斗界面随手机朝向旋转;
2.ygo后台开启中的场合, 2.ygo后台开启中的场合,
可从主界面右下提示点击返回ygo; 可从主界面右下提示点击返回ygo;
3.点击服务器模块上角笔形图标即可编辑(比如改名); 3.点击服务器模块上角笔形图标即可编辑(比如改名);
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 340000305 versionCode 340000307
versionName "3.4.0" versionName "3.4.0"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
...@@ -50,6 +50,15 @@ ...@@ -50,6 +50,15 @@
android:layout_margin="4dp" android:layout_margin="4dp"
android:orientation="horizontal"> android:orientation="horizontal">
<ImageView
android:id="@+id/btn_edit_delete"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginRight="20dp"
android:layout_marginLeft="10dp"
android:background="@drawable/rename"
android:gravity="right" />
<TextView <TextView
android:id="@+id/server_name" android:id="@+id/server_name"
android:layout_width="0dp" android:layout_width="0dp"
...@@ -61,14 +70,6 @@ ...@@ -61,14 +70,6 @@
android:textColor="@color/brightgreen" android:textColor="@color/brightgreen"
tools:text="233正式服务器" /> tools:text="233正式服务器" />
<ImageView
android:id="@+id/btn_edit_delete"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginRight="20dp"
android:background="@drawable/ic_edit_color"
android:gravity="right" />
</LinearLayout> </LinearLayout>
<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