mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			838 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			838 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="wrap_content">
 | 
						|
    <TextView
 | 
						|
            android:layout_width="match_parent"
 | 
						|
            android:layout_height="wrap_content"
 | 
						|
            android:minHeight="48dp"
 | 
						|
            android:padding="12dp"
 | 
						|
            android:gravity="center_vertical"
 | 
						|
            android:id="@+id/mediaDetailCategoryItemText"
 | 
						|
            android:textSize="14sp"
 | 
						|
            android:textColor="@android:color/white"
 | 
						|
            android:background="#20ffffff"
 | 
						|
            />
 | 
						|
    <fr.free.nrw.commons.media.MediaDetailSpacer
 | 
						|
            android:layout_width="fill_parent"
 | 
						|
            android:layout_height="8dp"/>
 | 
						|
</LinearLayout>
 |