9 lines
		
	
	
		
			399 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			399 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <TextView xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|     android:textSize="@dimen/material_clock_number_text_size"
 | |
|     android:textColor="?attr/colorOnSurface"
 | |
|     android:gravity="center"
 | |
|     android:visibility="gone"
 | |
|     android:layout_width="@dimen/mtrl_min_touch_target_size"
 | |
|     android:layout_height="@dimen/mtrl_min_touch_target_size"/>
 |