Advertisement
Guest User

Untitled

a guest
Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout 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:paddingBottom="@dimen/activity_vertical_margin"
  7. android:paddingLeft="@dimen/activity_horizontal_margin"
  8. android:paddingRight="@dimen/activity_horizontal_margin"
  9. android:paddingTop="@dimen/activity_vertical_margin"
  10. tools:context="mariuspohling.legoistic.MainActivity">
  11.  
  12. <TextView
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:text="@string/Brick_Button_2_Long"
  16. android:id="@+id/textView_Brick_2_Long"
  17. android:layout_below="@+id/textView_Brick_1_Long"
  18. android:layout_alignParentLeft="true"
  19. android:layout_alignParentStart="true"
  20. android:background="#c4281b"
  21. android:padding="3dp"
  22. android:layout_marginTop="5dp"
  23. android:layout_marginBottom="5dp" />
  24.  
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:id="@+id/textView"
  29. android:height="55dp"
  30. android:width="45dp"
  31. android:background="#0d69ab" />
  32.  
  33. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement