mirror of
				https://github.com/bspeice/itcs4180
				synced 2025-11-04 02:10:32 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			634 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			634 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
 | 
						|
    xmlns:tools="http://schemas.android.com/tools"
 | 
						|
    android:id="@+id/container"
 | 
						|
    android:layout_width="match_parent"
 | 
						|
    android:layout_height="match_parent"
 | 
						|
    tools:context="edu.uncc.itcs4180.hw5.SavedNewsActivity"
 | 
						|
    tools:ignore="MergeRootFrame" >
 | 
						|
    
 | 
						|
    <ListView
 | 
						|
        android:id="@+id/listTweetList"
 | 
						|
        android:layout_width="match_parent"
 | 
						|
        android:layout_height="wrap_content"
 | 
						|
        android:layout_alignParentLeft="true"
 | 
						|
        android:layout_alignParentTop="true" >
 | 
						|
    </ListView>
 | 
						|
    
 | 
						|
</RelativeLayout>
 | 
						|
 |