mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Show manga source in info panel
This commit is contained in:
		| @@ -154,7 +154,31 @@ | ||||
|                             android:layout_width="fill_parent" | ||||
|                             android:layout_height="wrap_content" | ||||
|                             android:layout_alignBaseline="@id/manga_status_label" | ||||
|                             android:layout_toRightOf="@id/manga_chapters_label" | ||||
|                             android:layout_toRightOf="@id/manga_status_label" | ||||
|                             android:ellipsize="end" | ||||
|                             android:focusable="false" | ||||
|                             android:focusableInTouchMode="false" | ||||
|                             android:maxLines="1" | ||||
|                             android:singleLine="true" /> | ||||
|  | ||||
|                         <TextView | ||||
|                             android:id="@+id/manga_source_label" | ||||
|                             style="@style/manga_detail_label" | ||||
|                             android:layout_width="wrap_content" | ||||
|                             android:layout_height="wrap_content" | ||||
|                             android:layout_alignParentLeft="true" | ||||
|                             android:layout_below="@id/manga_status" | ||||
|                             android:focusable="false" | ||||
|                             android:focusableInTouchMode="false" | ||||
|                             android:text="@string/source" /> | ||||
|  | ||||
|                         <TextView | ||||
|                             android:id="@+id/manga_source" | ||||
|                             style="@style/manga_detail_text" | ||||
|                             android:layout_width="fill_parent" | ||||
|                             android:layout_height="wrap_content" | ||||
|                             android:layout_alignBaseline="@id/manga_source_label" | ||||
|                             android:layout_toRightOf="@id/manga_source_label" | ||||
|                             android:ellipsize="end" | ||||
|                             android:focusable="false" | ||||
|                             android:focusableInTouchMode="false" | ||||
| @@ -167,7 +191,7 @@ | ||||
|                             android:layout_width="wrap_content" | ||||
|                             android:layout_height="wrap_content" | ||||
|                             android:layout_alignParentLeft="true" | ||||
|                             android:layout_below="@id/manga_status_label" | ||||
|                             android:layout_below="@id/manga_source_label" | ||||
|                             android:focusable="false" | ||||
|                             android:focusableInTouchMode="false" | ||||
|                             android:text="@string/genres" /> | ||||
|   | ||||
| @@ -144,6 +144,7 @@ | ||||
|     <string name="author">Author</string> | ||||
|     <string name="chapters">Chapters</string> | ||||
|     <string name="genres">Genres</string> | ||||
|     <string name="source">Source</string> | ||||
|     <string name="artist">Artist</string> | ||||
|     <string name="description">Description</string> | ||||
|     <string name="status">Status</string> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user