Skip to content

Instantly share code, notes, and snippets.

@janishar
Created August 28, 2016 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janishar/9e73bc0c5cad4137f4a4adaa59850e85 to your computer and use it in GitHub Desktop.
Save janishar/9e73bc0c5cad4137f4a4adaa59850e85 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="350dp"
android:layout_height="425dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="32sp"
android:textStyle="bold"
android:layout_margin="40dp"
android:textColor="@android:color/holo_green_light"
android:text="Accept"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment