fixed monospace font and android L
This commit is contained in:
		
							parent
							
								
									aaa8fe8978
								
							
						
					
					
						commit
						8559ca05ab
					
				| @ -17,5 +17,6 @@ | ||||
|         android:paddingBottom="@dimen/activity_vertical_margin" | ||||
|         android:textColor="@color/black87" | ||||
|         android:textSize="?attr/TextSizeBody" | ||||
|         android:typeface="monospace"/> | ||||
|         android:typeface="monospace" | ||||
|         android:fontFamily="monospace"/> | ||||
| </ScrollView> | ||||
|  | ||||
| @ -320,7 +320,8 @@ | ||||
|                             android:layout_height="wrap_content" | ||||
|                             android:textColor="@color/black87" | ||||
|                             android:textSize="?attr/TextSizeBody" | ||||
|                             android:typeface="monospace" /> | ||||
|                             android:typeface="monospace" | ||||
|                             android:fontFamily="monospace"/> | ||||
| 
 | ||||
|                         <TextView | ||||
|                             android:layout_width="wrap_content" | ||||
| @ -361,7 +362,8 @@ | ||||
|                            android:layout_height="wrap_content" | ||||
|                            android:textColor="@color/black87" | ||||
|                            android:textSize="?attr/TextSizeBody" | ||||
|                            android:typeface="monospace" /> | ||||
|                            android:typeface="monospace" | ||||
|                            android:fontFamily="monospace"/> | ||||
| 
 | ||||
|                        <TextView | ||||
|                            android:layout_width="wrap_content" | ||||
|  | ||||
| @ -36,7 +36,8 @@ | ||||
| 					android:layout_height="wrap_content" | ||||
| 					android:textColor="@color/black87" | ||||
| 					android:textSize="?attr/TextSizeBody" | ||||
| 					android:typeface="monospace"/> | ||||
| 					android:typeface="monospace" | ||||
| 					android:fontFamily="monospace"/> | ||||
| 
 | ||||
| 				<TextView | ||||
| 					android:layout_width="wrap_content" | ||||
| @ -52,7 +53,8 @@ | ||||
| 					android:layout_marginTop="20dp" | ||||
| 					android:textColor="@color/black87" | ||||
| 					android:textSize="?attr/TextSizeBody" | ||||
| 					android:typeface="monospace"/> | ||||
| 					android:typeface="monospace" | ||||
| 					android:fontFamily="monospace"/> | ||||
| 
 | ||||
| 				<TextView | ||||
| 					android:layout_width="wrap_content" | ||||
|  | ||||
| @ -51,6 +51,7 @@ | ||||
|             android:textColor="@color/black87" | ||||
|             android:textSize="?attr/TextSizeHeadline" | ||||
|             android:typeface="monospace" | ||||
|             android:fontFamily="monospace" | ||||
|             android:visibility="gone" /> | ||||
|     </LinearLayout> | ||||
| 
 | ||||
|  | ||||
| @ -18,7 +18,8 @@ | ||||
|             android:layout_alignParentLeft="true" | ||||
|             android:layout_toLeftOf="@+id/tgl_trust" | ||||
|             android:textSize="?attr/TextSizeBody" | ||||
|             android:typeface="monospace" /> | ||||
|             android:typeface="monospace" | ||||
|             android:fontFamily="monospace"/> | ||||
| 
 | ||||
|         <TextView | ||||
|             android:id="@+id/key_type" | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Daniel Gultsch
						Daniel Gultsch