mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-11-04 00:33:55 +01:00 
			
		
		
		
	Exposed as a separate launcher icon. Will add more cohesive UI in the future Change-Id: I9f15a9ac850d636d72b4892f2b5153f7e2b8ba28
		
			
				
	
	
		
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			432 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			No EOL
		
	
	
		
			432 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">
 | 
						|
    <TextView
 | 
						|
        android:id="@+id/campaignItemName"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_width="match_parent"
 | 
						|
        />
 | 
						|
</LinearLayout> |