mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			552 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			552 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| 
 | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|               android:orientation="vertical"
 | |
|               android:layout_width="match_parent"
 | |
|               android:layout_height="match_parent">
 | |
|     <android.support.v4.view.ViewPager
 | |
|             android:id="@+id/mediaDetailsPager"
 | |
|             android:layout_width="fill_parent"
 | |
|             android:layout_height="fill_parent"
 | |
|             android:fadingEdge="none"
 | |
|             >
 | |
| 
 | |
|     </android.support.v4.view.ViewPager>
 | |
| 
 | |
| </LinearLayout> | 
