mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 08:43:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			430 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			430 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
 | 
						|
<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
              android:layout_width="match_parent"
 | 
						|
              android:layout_height="wrap_content"
 | 
						|
              android:padding="4dp"
 | 
						|
              android:checkMark="?android:attr/textCheckMark"
 | 
						|
              android:checked="false"
 | 
						|
              android:gravity="center_vertical"
 | 
						|
        >
 | 
						|
 | 
						|
</CheckedTextView> |