mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-03 18:00:37 -05:00 
			
		
		
		
	Added gallery function
This commit is contained in:
		@ -10,9 +10,18 @@
 | 
			
		||||
    <GridView
 | 
			
		||||
        android:id="@+id/gallery"
 | 
			
		||||
        android:layout_width="match_parent"
 | 
			
		||||
        android:layout_height="0dp"
 | 
			
		||||
        android:layout_margin="5dp"
 | 
			
		||||
        android:layout_weight="1"
 | 
			
		||||
        android:columnWidth="50dp"
 | 
			
		||||
        android:numColumns="4" />
 | 
			
		||||
 | 
			
		||||
    <Button
 | 
			
		||||
        android:id="@+id/buttonExit"
 | 
			
		||||
        android:layout_width="fill_parent"
 | 
			
		||||
        android:layout_height="wrap_content"
 | 
			
		||||
        android:numColumns="4" >
 | 
			
		||||
    </GridView>
 | 
			
		||||
        android:layout_gravity="bottom"
 | 
			
		||||
        android:text="@string/exit_button_text" />
 | 
			
		||||
 | 
			
		||||
</LinearLayout>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user