Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:padding="20dp"
  8. tools:context=".MainActivity">
  9. <Button
  10. android:id="@+id/loginbuttonid"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13.  
  14. android:text="@string/buttontext"
  15. android:textSize="20sp"
  16. android:textStyle="bold"
  17. >
  18.  
  19. </Button>
  20.  
  21.  
  22. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement