Commit b16f4b99 authored by fallenstardust's avatar fallenstardust

fix无法上下滑动卡组分类列表

add new sample deck
parent 22b062da
...@@ -17,40 +17,13 @@ ...@@ -17,40 +17,13 @@
特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力. 特别感谢: 菜菜,尸体,废话多,大毛,龙道香姐,晓L,幻兽L 的支持与努力.
</pre> </pre>
<ul> <ul>
<li style="color:#ffff00">3.4.7</li> <li style="color:#ffff00">3.4.8</li>
</ul> </ul>
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡1010+T1009+VJ+VF;
3.2019.7TCG禁卡表;
新增:
1.卡组分类管理--
竖屏组卡器下
*选择卡组直接进入分类选择;
*右滑选中的分类可删除该分类;
*长按卡组可进入多选操作;
*可批量删除同分类下的卡组;
横屏组卡器--
*原选择禁卡表改为选择卡组分类;
*选中卡组可直接观看该卡组;
*禁卡表选择并入卡组管理窗口;
*各种操作由专门按钮进行,暂不支持多选操作;
2.显示人机卡组,禁用修改人机卡组;
3.卡包ydk放到专属卡包分类;
4.决斗准备开设选择分类和选择卡组;
5.新增一个鼓励玩家自我改进的预组卡组;
优化:
1.重置资源支持重置人机文件;
2.优化APP加载速度;
3.禁止创建不允许符号为名称的分类;
修复: 修复:
1.删除被清空的卡组闪退的问题; 1.无法上下滑动分类列表的问题;
2.无法上下滚动分类列表的问题;
3.未分类下无卡组时选择卡组闪退的问题;
4.提取录像卡组无法保存卡组的问题;
5.卡组重命名不保存到原路径的问题;
6.对空卡组操作闪退的问题;
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
#created by ygomobile
#main
4538826
55878038
89399912
67748760
5560911
43096270
32476603
61901281
61901281
15381421
15381421
15381421
99234526
99234526
99234526
68464358
51858306
84899094
21615956
48355999
62265044
36668118
87571563
31443476
31443476
31443476
81439173
41620959
41620959
41620959
18144506
911883
911883
911883
23002292
61740673
44095762
29649320
62279055
15800838
#extra
9753964
27548199
34116027
94677445
63767246
22593417
85289965
49725936
59537380
50588353
11969228
24361622
13143275
86148577
73539069
!side
49036338
34267821
34267821
34267821
14558127
14558127
38814750
38814750
38814750
23434538
23434538
23434538
24224830
24224830
24224830
\ 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 28 targetSdkVersion 28
versionCode 340700728 versionCode 340800802
versionName "3.4.7" versionName "3.4.8"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
ndk { ndk {
......
...@@ -125,34 +125,44 @@ ...@@ -125,34 +125,44 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<LinearLayout <androidx.core.widget.NestedScrollView
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:orientation="horizontal">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_type"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:nestedScrollingEnabled="true" />
<View <androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="1dp" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent">
android:background="@color/holo_blue_light" />
<LinearLayout <LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="2"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_deck"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:nestedScrollingEnabled="true" /> android:orientation="horizontal">
</LinearLayout>
</LinearLayout> <androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_type"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:nestedScrollingEnabled="true" />
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="@color/holo_blue_light" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="2"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_deck"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:nestedScrollingEnabled="true" />
</LinearLayout>
</LinearLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.core.widget.NestedScrollView>
</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