mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Use Compose on BrowseSourceScreens (#7901)
This commit is contained in:
		| @@ -1,6 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <selector xmlns:android="http://schemas.android.com/apk/res/android"> | ||||
|     <item android:state_selected="true" android:color="?attr/colorOnPrimary" /> | ||||
|     <item android:state_activated="true" android:color="?attr/colorOnPrimary" /> | ||||
|     <item android:color="?android:attr/textColorPrimary" /> | ||||
| </selector> | ||||
| @@ -1,50 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:layout_margin="2dp" | ||||
|     android:background="@drawable/library_item_selector" | ||||
|     android:foreground="@drawable/library_item_selector_overlay" | ||||
|     android:padding="4dp"> | ||||
|  | ||||
|     <com.google.android.material.imageview.ShapeableImageView | ||||
|         android:id="@+id/thumbnail" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="0dp" | ||||
|         android:scaleType="centerCrop" | ||||
|         app:layout_constraintDimensionRatio="w,3:2" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Cover" | ||||
|         tools:ignore="ContentDescription" | ||||
|         tools:src="@mipmap/ic_launcher" /> | ||||
|  | ||||
|     <include | ||||
|         android:id="@+id/badges" | ||||
|         layout="@layout/source_grid_item_badges" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginHorizontal="4dp" | ||||
|         android:layout_marginTop="4dp" | ||||
|         app:layout_constraintEnd_toEndOf="@+id/thumbnail" | ||||
|         app:layout_constraintStart_toStartOf="@+id/thumbnail" | ||||
|         app:layout_constraintTop_toTopOf="@+id/thumbnail" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/title" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:ellipsize="end" | ||||
|         android:maxLines="2" | ||||
|         android:padding="4dp" | ||||
|         android:textAppearance="?attr/textAppearanceTitleSmall" | ||||
|         android:textColor="@color/source_comfortable_item_title" | ||||
|         android:textSize="12sp" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toBottomOf="@+id/thumbnail" | ||||
|         tools:text="Sample name" /> | ||||
|  | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | ||||
| @@ -1,58 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:layout_margin="2dp" | ||||
|     android:background="@drawable/library_item_selector" | ||||
|     android:foreground="@drawable/library_item_selector_overlay" | ||||
|     android:padding="4dp"> | ||||
|  | ||||
|     <com.google.android.material.imageview.ShapeableImageView | ||||
|         android:id="@+id/thumbnail" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="0dp" | ||||
|         android:scaleType="centerCrop" | ||||
|         android:foreground="@drawable/card_gradient_shape" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintDimensionRatio="w,2:3" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:shapeAppearanceOverlay="@style/ShapeAppearanceOverlay.Cover" | ||||
|         tools:ignore="ContentDescription" | ||||
|         tools:src="@mipmap/ic_launcher" /> | ||||
|  | ||||
|     <include | ||||
|         android:id="@+id/badges" | ||||
|         layout="@layout/source_grid_item_badges" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginHorizontal="4dp" | ||||
|         android:layout_marginTop="4dp" | ||||
|         app:layout_constraintEnd_toEndOf="@+id/thumbnail" | ||||
|         app:layout_constraintStart_toStartOf="@+id/thumbnail" | ||||
|         app:layout_constraintTop_toTopOf="@+id/thumbnail" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/title" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="bottom" | ||||
|         android:ellipsize="end" | ||||
|         android:maxLines="2" | ||||
|         android:padding="8dp" | ||||
|         android:shadowColor="@color/md_black_1000" | ||||
|         android:shadowDx="0" | ||||
|         android:shadowDy="0" | ||||
|         android:shadowRadius="4" | ||||
|         android:textAppearance="?attr/textAppearanceTitleSmall" | ||||
|         android:textColor="@color/md_white_1000" | ||||
|         android:textSize="12sp" | ||||
|         app:layout_constraintBottom_toBottomOf="@+id/thumbnail" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         tools:text="Sample name" /> | ||||
|  | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | ||||
| @@ -1,38 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent"> | ||||
|  | ||||
|     <LinearLayout | ||||
|         android:id="@+id/catalogue_view" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:orientation="vertical" | ||||
|         tools:context=".ui.browse.source.browse.BrowseSourceController"> | ||||
|  | ||||
|         <FrameLayout | ||||
|             android:id="@+id/progress" | ||||
|             android:layout_width="match_parent" | ||||
|             android:layout_height="match_parent" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible"> | ||||
|  | ||||
|             <com.google.android.material.progressindicator.CircularProgressIndicator | ||||
|                 android:layout_width="wrap_content" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_gravity="center" | ||||
|                 android:indeterminate="true" /> | ||||
|  | ||||
|         </FrameLayout> | ||||
|  | ||||
|     </LinearLayout> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.widget.EmptyView | ||||
|         android:id="@+id/empty_view" | ||||
|         android:layout_width="match_parent" | ||||
|         android:layout_height="match_parent" | ||||
|         android:gravity="center" | ||||
|         android:visibility="gone" /> | ||||
|  | ||||
| </FrameLayout> | ||||
| @@ -1,116 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="wrap_content" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:layout_marginStart="4dp" | ||||
|     android:layout_marginTop="4dp" | ||||
|     android:layout_marginEnd="4dp"> | ||||
|  | ||||
|     <LinearLayout | ||||
|         android:id="@+id/left_badges" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:background="@drawable/rounded_rectangle"> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/local_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             android:text="@string/local_source_badge" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/download_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-medium" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:text="120" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/unread_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorSecondary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-medium" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnSecondary" | ||||
|             android:visibility="gone" | ||||
|             tools:text="120" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/favorite_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorSecondary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             android:text="@string/in_library" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnSecondary" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|     </LinearLayout> | ||||
|  | ||||
|     <View | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="0dp" | ||||
|         android:layout_weight="1" /> | ||||
|  | ||||
|     <LinearLayout | ||||
|         android:id="@+id/right_badges" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:background="@drawable/rounded_rectangle"> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/language_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:text="EN" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|     </LinearLayout> | ||||
|  | ||||
| </LinearLayout> | ||||
| @@ -1,138 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="56dp" | ||||
|     android:layout_gravity="center_vertical" | ||||
|     android:background="@drawable/list_item_selector_background" | ||||
|     android:paddingHorizontal="8dp"> | ||||
|  | ||||
|     <com.google.android.material.imageview.ShapeableImageView | ||||
|         android:id="@+id/thumbnail" | ||||
|         android:layout_width="56dp" | ||||
|         android:layout_height="56dp" | ||||
|         android:layout_gravity="center_vertical" | ||||
|         android:padding="8dp" | ||||
|         android:scaleType="centerCrop" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:shapeAppearance="@style/ShapeAppearanceOverlay.Cover" | ||||
|         tools:src="@mipmap/ic_launcher" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/title" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginStart="8dp" | ||||
|         android:layout_marginEnd="8dp" | ||||
|         android:ellipsize="end" | ||||
|         android:maxLines="1" | ||||
|         android:textAppearance="?attr/textAppearanceBodyMedium" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintEnd_toStartOf="@+id/badges" | ||||
|         app:layout_constraintHorizontal_bias="0.007" | ||||
|         app:layout_constraintStart_toEndOf="@+id/thumbnail" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:layout_constraintVertical_bias="0.523" | ||||
|         tools:text="Manga title" /> | ||||
|  | ||||
|     <LinearLayout | ||||
|         android:id="@+id/badges" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginEnd="8dp" | ||||
|         android:background="@drawable/rounded_rectangle" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent"> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/local_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             android:text="@string/local_source_badge" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/download_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-medium" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:text="122" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/unread_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorSecondary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-medium" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnSecondary" | ||||
|             android:visibility="gone" | ||||
|             tools:text="130" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/favorite_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorSecondary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             android:text="@string/in_library" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnSecondary" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|         <TextView | ||||
|             android:id="@+id/language_text" | ||||
|             android:layout_width="wrap_content" | ||||
|             android:layout_height="wrap_content" | ||||
|             android:background="?attr/colorTertiary" | ||||
|             android:maxLines="1" | ||||
|             android:paddingStart="3dp" | ||||
|             android:paddingTop="1dp" | ||||
|             android:paddingEnd="3dp" | ||||
|             android:paddingBottom="1dp" | ||||
|             android:fontFamily="sans-serif-condensed" | ||||
|             tools:text="EN" | ||||
|             android:textAppearance="?attr/textAppearanceBodySmall" | ||||
|             android:textColor="?attr/colorOnTertiary" | ||||
|             android:visibility="gone" | ||||
|             tools:visibility="visible" /> | ||||
|  | ||||
|     </LinearLayout> | ||||
|  | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | ||||
| @@ -1,27 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:padding="8dp"> | ||||
|  | ||||
|     <com.google.android.material.progressindicator.CircularProgressIndicator | ||||
|         android:id="@+id/progress_bar" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center" | ||||
|         android:indeterminate="true" | ||||
|         app:indicatorSize="24dp" | ||||
|         app:trackThickness="3dp" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/progress_message" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_gravity="center" | ||||
|         android:text="@string/no_more_results" | ||||
|         android:visibility="gone" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
| </FrameLayout> | ||||
| @@ -1,11 +0,0 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <eu.kanade.tachiyomi.widget.AutofitRecyclerView xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:tools="http://schemas.android.com/tools" | ||||
|     android:id="@+id/source_grid" | ||||
|     style="@style/Widget.Tachiyomi.GridView.Source" | ||||
|     android:layout_width="match_parent" | ||||
|     android:layout_height="match_parent" | ||||
|     android:clipToPadding="false" | ||||
|     android:columnWidth="140dp" | ||||
|     android:padding="5dp" | ||||
|     tools:listitem="@layout/source_compact_grid_item" /> | ||||
| @@ -1,46 +0,0 @@ | ||||
| <menu xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|     xmlns:app="http://schemas.android.com/apk/res-auto"> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_search" | ||||
|         android:icon="@drawable/ic_search_24dp" | ||||
|         android:title="@string/action_search" | ||||
|         app:actionViewClass="eu.kanade.tachiyomi.widget.TachiyomiSearchView" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="collapseActionView|ifRoom" /> | ||||
|  | ||||
|     <item | ||||
|         android:icon="@drawable/ic_view_module_24dp" | ||||
|         android:title="@string/action_display_mode" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="ifRoom"> | ||||
|         <menu> | ||||
|             <group android:checkableBehavior="single"> | ||||
|                 <item | ||||
|                     android:id="@+id/action_compact_grid" | ||||
|                     android:title="@string/action_display_grid" /> | ||||
|                 <item | ||||
|                     android:id="@+id/action_comfortable_grid" | ||||
|                     android:title="@string/action_display_comfortable_grid" /> | ||||
|                 <item | ||||
|                     android:id="@+id/action_list" | ||||
|                     android:title="@string/action_display_list" /> | ||||
|             </group> | ||||
|         </menu> | ||||
|     </item> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_open_in_web_view" | ||||
|         android:icon="@drawable/ic_public_24dp" | ||||
|         android:title="@string/action_open_in_web_view" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
|     <item | ||||
|         android:id="@+id/action_local_source_help" | ||||
|         android:icon="@drawable/ic_help_24dp" | ||||
|         android:title="@string/local_source_help_guide" | ||||
|         app:iconTint="?attr/colorOnSurface" | ||||
|         app:showAsAction="ifRoom" /> | ||||
|  | ||||
| </menu> | ||||
| @@ -870,4 +870,5 @@ | ||||
|     <!-- App widget --> | ||||
|     <string name="appwidget_updates_description">See your recently updated manga</string> | ||||
|     <string name="appwidget_unavailable_locked">Widget not available when app lock is enabled</string> | ||||
|     <string name="remove_manga">You are about to remove this manga from your library</string> | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user