Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@drawable/backgroundcivil"
- android:id="@+id/frag1">
- <Button
- android:id="@+id/button1"
- android:text="FIRST BUTTON"
- android:textColor="#000000"
- android:textSize="30sp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:shadowColor="#A742FF"
- android:shadowDx="0"
- android:shadowDy="0"
- android:shadowRadius="5"
- android:onClick="button1click"
- style="@style/Widget.AppCompat.Button.Colored"
- />
- Similarly More Buttons Here
- </RelativeLayout>
Add Comment
Please, Sign In to add comment