mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| 
 | |
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | |
|               android:orientation="vertical"
 | |
|               android:layout_width="fill_parent"
 | |
|               android:layout_height="wrap_content"
 | |
|         >
 | |
| 
 | |
|     <ImageView android:id="@+id/contributionImage"
 | |
|                android:layout_width="fill_parent"
 | |
|                android:layout_height="240dp"
 | |
|                android:scaleType="centerCrop"
 | |
|                />
 | |
| 
 | |
|     <RelativeLayout
 | |
|             android:layout_width="fill_parent"
 | |
|             android:layout_height="wrap_content"
 | |
|             android:layout_gravity="center|bottom"
 | |
|             android:background="#AA000000"
 | |
|             android:padding="8dp"
 | |
|             >
 | |
| 
 | |
|         <TextView
 | |
|                 android:id="@+id/contributionTitle"
 | |
|                 android:layout_width="wrap_content"
 | |
|                 android:layout_height="wrap_content"
 | |
|                 android:textColor="#FFFFFFFF"
 | |
|                 style="?android:textAppearanceMedium"
 | |
|                 android:typeface="serif" />
 | |
|         <TextView
 | |
|             android:id="@+id/contributionState"
 | |
|             android:layout_width="wrap_content"
 | |
|             android:layout_height="wrap_content"
 | |
|             android:layout_alignParentRight="true"
 | |
|             android:layout_alignBaseline="@id/contributionTitle"
 | |
|             style="?android:textAppearanceSmall"
 | |
|             android:textColor="#FFFFFFFF"
 | |
|             />
 | |
|     </RelativeLayout>
 | |
| 
 | |
| </FrameLayout> | 
