Commit b95032b4 authored by fallenstardust's avatar fallenstardust

微调

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