Advertisement
oim_trust

m

Oct 26th, 2015
699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.83 KB | None | 0 0
  1. <RelativeLayout
  2.    xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    android:paddingLeft="@dimen/activity_horizontal_margin"
  7.    android:paddingRight="@dimen/activity_horizontal_margin"
  8.    android:paddingTop="@dimen/activity_vertical_margin"
  9.    android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity">
  10.  
  11.  
  12.  
  13.     <Button
  14.        android:layout_width="wrap_content"
  15.        android:layout_height="wrap_content"
  16.        android:id="@+id/button"/>
  17.     <ImageView
  18.        android:layout_width="wrap_content"
  19.        android:layout_height="wrap_content"
  20.        android:id="@+id/imageView"
  21.        android:layout_below="@+id/button"/>
  22.  
  23. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement