Skip to content

Instantly share code, notes, and snippets.

@abhijeetj100
Created January 15, 2018 11:29
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 abhijeetj100/7728f7d0a5d3c80da2f2296aec72659e to your computer and use it in GitHub Desktop.
Save abhijeetj100/7728f7d0a5d3c80da2f2296aec72659e 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:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/textview_question"
android:textSize="30sp"
android:text="sample"
android:textAllCaps="true"
/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment