mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Fixes and Tweaks to Info Page (#1198)
* Fixes inorichi/tachiyomi#1194 by putting the name in a auto size * removed ellipsizing of title * moved the genre tags inside of the scroll view for inorichi/tachiyomi#1196 * saving my layout options for the night
This commit is contained in:
		@@ -65,11 +65,14 @@
 | 
			
		||||
                    style="@style/TextAppearance.Medium.Title"
 | 
			
		||||
                    android:layout_width="wrap_content"
 | 
			
		||||
                    android:layout_height="wrap_content"
 | 
			
		||||
                    android:ellipsize="end"
 | 
			
		||||
                    android:maxLines="2"
 | 
			
		||||
                    android:textIsSelectable="false"
 | 
			
		||||
                    app:layout_constraintTop_toTopOf="parent"
 | 
			
		||||
                    app:layout_constraintLeft_toLeftOf="parent"/>
 | 
			
		||||
                    app:layout_constraintLeft_toLeftOf="parent"
 | 
			
		||||
                    app:autoSizeTextType="uniform"
 | 
			
		||||
                    app:autoSizeMinTextSize="12sp"
 | 
			
		||||
                    app:autoSizeMaxTextSize="100sp"
 | 
			
		||||
                    app:autoSizeStepGranularity="2sp"/>
 | 
			
		||||
 | 
			
		||||
                <TextView
 | 
			
		||||
                    android:id="@+id/manga_author_label"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user