Skip to content

Instantly share code, notes, and snippets.

@sidishere
Created December 24, 2019 11:48
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 sidishere/3226730e53ca366bb53ebce2f887ac98 to your computer and use it in GitHub Desktop.
Save sidishere/3226730e53ca366bb53ebce2f887ac98 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp">
    <TextView
android:id="@+id/day"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textSize="20dp"
android:gravity="center"
android:textStyle="bold"
android:layout_centerInParent="true"
android:textAppearance="@style/TextAppearance.AppCompat.Body2"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment