16 lines
		
	
	
		
			541 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			541 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
	android:id="@+id/fdroid_layout"
 | 
						|
	android:layout_width="fill_parent" android:layout_height="fill_parent"
 | 
						|
	android:orientation="vertical">
 | 
						|
 | 
						|
    <android.support.v4.view.ViewPager
 | 
						|
        xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
        android:id="@+id/main_pager"
 | 
						|
        android:layout_width="fill_parent"
 | 
						|
        android:layout_height="fill_parent">
 | 
						|
 | 
						|
    </android.support.v4.view.ViewPager>
 | 
						|
 | 
						|
</LinearLayout>
 |