Commit b95032b4 authored by fallenstardust's avatar fallenstardust

微调

parent 9009cf4f
......@@ -17,18 +17,11 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre>
<ul>
<li style="color:#ffff00">3.3.9</li>
<li style="color:#ffff00">3.3.10</li>
</ul>
<pre>
更新:
1.更新ygo内核;
2.新卡YCPC+LVP2+VJ;
修复:
1.若干卡图错误;
2.询问框文字换行不正确;
优化:
1.部分点击体验;
2.更进全面屏适配;
</pre>
</body>
</html>
\ No newline at end of file
......@@ -8,8 +8,8 @@ android {
applicationId "cn.garymb.ygomobile"
minSdkVersion 16
targetSdkVersion 26
versionCode 330901202
versionName "3.3.9"
versionCode 331001201
versionName "3.3.10"
flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true
ndk {
......
......@@ -24,10 +24,11 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_gravity="bottom|center_horizontal"
android:gravity="center"
android:paddingTop="10dp"
android:text="@string/masterrule"
android:textSize="25px"/>
android:textSize="10sp" />
</LinearLayout>
<TextView
......@@ -49,10 +50,11 @@
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:gravity="center"
android:layout_gravity="center"
android:paddingTop="10dp"
android:text="@string/tutorial"
android:textSize="25px"/>
android:textSize="10sp" />
</LinearLayout>
</LinearLayout>
......@@ -62,5 +64,5 @@
android:gravity="center"
android:paddingTop="20dp"
android:text="@string/about_help"
android:textSize="25px" />
android:textSize="10sp" />
</LinearLayout>
\ No newline at end of file
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