mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	android: Add drop shadow to FPS counter
Also let the style control the text size
This commit is contained in:
		
							parent
							
								
									a134e924ff
								
							
						
					
					
						commit
						08296f151e
					
				| @ -139,7 +139,7 @@ | ||||
| 
 | ||||
|             <com.google.android.material.textview.MaterialTextView | ||||
|                 android:id="@+id/show_fps_text" | ||||
|                 style="@style/TextAppearance.Material3.BodyMedium" | ||||
|                 style="@style/TextAppearance.Material3.BodySmall" | ||||
|                 android:layout_width="wrap_content" | ||||
|                 android:layout_height="wrap_content" | ||||
|                 android:layout_gravity="left" | ||||
| @ -147,7 +147,8 @@ | ||||
|                 android:focusable="false" | ||||
|                 android:paddingHorizontal="20dp" | ||||
|                 android:textColor="@android:color/white" | ||||
|                 android:textSize="12sp" | ||||
|                 android:shadowColor="@android:color/black" | ||||
|                 android:shadowRadius="3" | ||||
|                 tools:ignore="RtlHardcoded" /> | ||||
| 
 | ||||
|         </FrameLayout> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user