Advertisement
Guest User

activity_list_view

a guest
Sep 7th, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.     xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3.     android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
  4.     android:paddingRight="@dimen/activity_horizontal_margin"
  5.     android:paddingTop="@dimen/activity_vertical_margin"
  6.     android:paddingBottom="@dimen/activity_vertical_margin"
  7.     tools:context="org.phate.formazioneandroid1.formazioneandroid1.ListViewActivity">
  8.  
  9.  
  10.     <ListView
  11.         android:layout_width="match_parent"
  12.         android:layout_height="wrap_content"
  13.         android:id="@+id/listView" />
  14. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement