forked from penguin86/luna-tracker
		
	prevent stuffed lines if the font is magnified
This commit is contained in:
		@@ -9,9 +9,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <TextView
 | 
					    <TextView
 | 
				
			||||||
        android:id="@+id/type"
 | 
					        android:id="@+id/type"
 | 
				
			||||||
        android:layout_width="90dp"
 | 
					        android:layout_width="wrap_content"
 | 
				
			||||||
        android:layout_height="wrap_content"
 | 
					        android:layout_height="wrap_content"
 | 
				
			||||||
        android:paddingStart="10dp"
 | 
					        android:layout_marginHorizontal="10dp"
 | 
				
			||||||
        android:textSize="28sp"
 | 
					        android:textSize="28sp"
 | 
				
			||||||
        android:lines="1"
 | 
					        android:lines="1"
 | 
				
			||||||
        android:maxLines="1"
 | 
					        android:maxLines="1"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user