Advertisement
Guest User

activity_display_message.xml

a guest
Jan 21st, 2015
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  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="com.mycompany.myfirstapp.DisplayMessageActivity">
  8.  
  9. <TextView android:text="@string/hello_world" android:layout_width="wrap_content"
  10. android:layout_height="wrap_content" />
  11.  
  12. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement