Skip to content

Instantly share code, notes, and snippets.

@amit-bhandari
Created April 14, 2019 14:59
Show Gist options
  • Save amit-bhandari/ce228c75beafa01e5bf1fe8b58e5f6a4 to your computer and use it in GitHub Desktop.
Save amit-bhandari/ce228c75beafa01e5bf1fe8b58e5f6a4 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"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp">
<TextView
android:id="@+id/quote"
android:textSize="20sp"
android:layout_margin="5dp"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<TextView
android:id="@+id/author"
android:textSize="20sp"
android:layout_margin="5dp"
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