Advertisement
7ewis

activity_tweet_list.xml

Apr 1st, 2014
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:paddingBottom="@dimen/activity_vertical_margin"
  6. android:paddingLeft="@dimen/activity_horizontal_margin"
  7. android:paddingRight="@dimen/activity_horizontal_margin"
  8. android:paddingTop="@dimen/activity_vertical_margin"
  9. tools:context="org.codelearn.twitter.TweetListActivity" >
  10.  
  11. <ListView
  12. android:id="@+id/tweetList"
  13. android:layout_width="fill_parent"
  14. android:layout_height="fill_parent" >
  15. </ListView>
  16.  
  17.  
  18. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement