mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			300 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
 | 
						|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
 | 
						|
 | 
						|
    <ListPreference
 | 
						|
        android:key="defaultLicense"
 | 
						|
        android:title="@string/preference_license"
 | 
						|
        android:defaultValue="CC BY-SA"
 | 
						|
        />
 | 
						|
 | 
						|
 | 
						|
</PreferenceScreen>
 |