Guest User

Untitled

a guest
Jan 28th, 2018
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@drawable/backgroundcivil"
  6. android:id="@+id/frag1">
  7.  
  8. <Button
  9. android:id="@+id/button1"
  10. android:text="FIRST BUTTON"
  11. android:textColor="#000000"
  12. android:textSize="30sp"
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:shadowColor="#A742FF"
  16. android:shadowDx="0"
  17. android:shadowDy="0"
  18. android:shadowRadius="5"
  19. android:onClick="button1click"
  20. style="@style/Widget.AppCompat.Button.Colored"
  21. />
  22. Similarly More Buttons Here
  23. </RelativeLayout>
Add Comment
Please, Sign In to add comment