mirror of
https://github.com/fumiama/copymanga.git
synced 2026-06-18 16:10:24 +08:00
2.0.beta5
0. 增加排行 1. 延长加载时间 2. 返回后停止下载/加载章节 3. 大幅提升章节加载速度 4. 修复加载中返回闪退 5. 修复专题加载异常
This commit is contained in:
@@ -10,13 +10,6 @@
|
||||
android:name="top.fumiama.copymanga.ui.home.HomeFragment"
|
||||
android:label="@string/menu_home"
|
||||
tools:layout="@layout/fragment_home" >
|
||||
<action
|
||||
android:id="@+id/action_nav_home_to_nav_latest"
|
||||
app:destination="@id/nav_latest"
|
||||
app:enterAnim="@anim/slide_in_right"
|
||||
app:exitAnim="@anim/slide_out_left"
|
||||
app:popEnterAnim="@anim/slide_out_left_exit"
|
||||
app:popExitAnim="@anim/slide_in_right_exit" />
|
||||
<action
|
||||
android:id="@+id/action_nav_home_to_nav_book"
|
||||
app:destination="@id/nav_book"
|
||||
@@ -70,7 +63,7 @@
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_rank"
|
||||
android:name="top.fumiama.copymanga.ui.rank.RankFragment"
|
||||
android:name="top.fumiama.copymanga.ui.cardflow.rank.RankFragment"
|
||||
android:label="@string/menu_rank"
|
||||
tools:layout="@layout/fragment_rank" >
|
||||
<action
|
||||
@@ -115,20 +108,6 @@
|
||||
app:popExitAnim="@anim/slide_in_right_exit"/>
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_latest"
|
||||
android:name="top.fumiama.copymanga.ui.latest.LatestFragment"
|
||||
android:label="@string/page_latest"
|
||||
tools:layout="@layout/line_lazybooklines" >
|
||||
<action
|
||||
android:id="@+id/action_nav_latest_to_nav_book"
|
||||
app:destination="@id/nav_book"
|
||||
app:enterAnim="@anim/slide_in_right"
|
||||
app:exitAnim="@anim/slide_out_left"
|
||||
app:popEnterAnim="@anim/slide_out_left_exit"
|
||||
app:popExitAnim="@anim/slide_in_right_exit"/>
|
||||
</fragment>
|
||||
|
||||
<fragment
|
||||
android:id="@+id/nav_settings"
|
||||
android:name="top.fumiama.copymanga.ui.settings.SettingsFragment"
|
||||
|
||||
Reference in New Issue
Block a user