mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	Consolidate Compose content/theme setting
This commit is contained in:
		| @@ -1,66 +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="fill_parent" | ||||
|     android:layout_height="wrap_content" | ||||
|     android:background="@drawable/list_item_selector_background" | ||||
|     android:minHeight="?android:attr/listPreferredItemHeight" | ||||
|     android:paddingVertical="10dp" | ||||
|     android:paddingStart="16dp" | ||||
|     android:paddingEnd="5dp"> | ||||
|  | ||||
|     <ImageView | ||||
|         android:id="@+id/bookmark_icon" | ||||
|         android:layout_width="16dp" | ||||
|         android:layout_height="0dp" | ||||
|         android:layout_marginEnd="4dp" | ||||
|         android:contentDescription="@string/action_filter_bookmarked" | ||||
|         android:visibility="gone" | ||||
|         app:layout_constraintBottom_toBottomOf="@id/chapter_title" | ||||
|         app:layout_constraintEnd_toStartOf="@id/chapter_title" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="@+id/chapter_title" | ||||
|         app:srcCompat="@drawable/ic_bookmark_24dp" | ||||
|         app:tint="?attr/colorAccent" | ||||
|         tools:visibility="visible" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/chapter_title" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:ellipsize="end" | ||||
|         android:maxLines="1" | ||||
|         android:textAppearance="?attr/textAppearanceBodyMedium" | ||||
|         app:layout_constraintBottom_toTopOf="@+id/chapter_description" | ||||
|         app:layout_constraintEnd_toStartOf="@+id/download" | ||||
|         app:layout_constraintStart_toEndOf="@+id/bookmark_icon" | ||||
|         app:layout_constraintTop_toTopOf="parent" | ||||
|         app:layout_constraintVertical_chainStyle="packed" | ||||
|         tools:text="Title" /> | ||||
|  | ||||
|     <TextView | ||||
|         android:id="@+id/chapter_description" | ||||
|         android:layout_width="0dp" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:layout_marginTop="6dp" | ||||
|         android:ellipsize="end" | ||||
|         android:singleLine="true" | ||||
|         android:textAppearance="?attr/textAppearanceBodyMedium" | ||||
|         android:textSize="12sp" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintEnd_toStartOf="@+id/download" | ||||
|         app:layout_constraintStart_toStartOf="parent" | ||||
|         app:layout_constraintTop_toBottomOf="@+id/chapter_title" | ||||
|         tools:text="22/02/2016 • Scanlator • Page: 45" /> | ||||
|  | ||||
|     <eu.kanade.tachiyomi.ui.manga.chapter.ChapterDownloadView | ||||
|         android:id="@+id/download" | ||||
|         android:layout_width="wrap_content" | ||||
|         android:layout_height="wrap_content" | ||||
|         android:paddingStart="4dp" | ||||
|         app:layout_constraintBottom_toBottomOf="parent" | ||||
|         app:layout_constraintEnd_toEndOf="parent" | ||||
|         app:layout_constraintTop_toTopOf="parent" /> | ||||
|  | ||||
| </androidx.constraintlayout.widget.ConstraintLayout> | ||||
| @@ -1,6 +1,5 @@ | ||||
| <?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="match_parent"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user