Guest User

Untitled

a guest
Jan 28th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 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/backgroundcomp">
  6.  
  7. <Button
  8. android:id="@+id/frag2btn2010"
  9. android:text="YEAR 2010"
  10. android:textColor="#000000"
  11. android:textSize="30sp"
  12. android:layout_width="360dp"
  13. android:layout_height="60dp"
  14. android:shadowColor="#A742FF"
  15. android:layout_centerHorizontal="true"
  16. android:shadowDx="0"
  17. android:shadowDy="0"
  18. android:shadowRadius="5"
  19. style="@style/Widget.AppCompat.Button.Colored"
  20. />
  21. And So On Buttons Are Present
  22. </RelativeLayout>
Add Comment
Please, Sign In to add comment