2eme push
This commit is contained in:
		
							
								
								
									
										10
									
								
								app/src/main/res/layout/settings_activity.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								app/src/main/res/layout/settings_activity.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
    android:layout_width="match_parent"
 | 
			
		||||
    android:layout_height="match_parent"
 | 
			
		||||
    android:background="@color/cardview_dark_background">
 | 
			
		||||
 | 
			
		||||
    <FrameLayout
 | 
			
		||||
        android:id="@+id/settings"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="match_parent" />
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
							
								
								
									
										13
									
								
								app/src/main/res/xml/root_preferences.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								app/src/main/res/xml/root_preferences.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto"
 | 
			
		||||
    xmlns:android="http://schemas.android.com/apk/res/android">
 | 
			
		||||
 | 
			
		||||
    <PreferenceCategory app:title="@string/header">
 | 
			
		||||
        <SwitchPreferenceCompat
 | 
			
		||||
            app:key="sync"
 | 
			
		||||
            app:title="@string/pions_title"
 | 
			
		||||
            app:summaryOff="@string/summary"
 | 
			
		||||
            app:summaryOn="@string/summary" />
 | 
			
		||||
 | 
			
		||||
    </PreferenceCategory>
 | 
			
		||||
 | 
			
		||||
</PreferenceScreen>
 | 
			
		||||
		Reference in New Issue
	
	Block a user