Skip to content

Instantly share code, notes, and snippets.

@amit-bhandari
Last active April 14, 2019 13:54
Show Gist options
  • Save amit-bhandari/d8f4a9938ba53e585bfb98520c06beae to your computer and use it in GitHub Desktop.
Save amit-bhandari/d8f4a9938ba53e585bfb98520c06beae to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:layout_gravity="center"
android:gravity="center"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/quote"
android:gravity="center"
android:textSize="20sp"
android:layout_margin="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<TextView
android:id="@+id/author"
android:gravity="center"
android:textStyle="italic"
android:layout_margin="10dp"
android:textSize="18sp"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment