Skip to content

Instantly share code, notes, and snippets.

@budioktaviyan
Last active December 26, 2016 04:55
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 budioktaviyan/f7aa10645c55b0508fc66c90e8ff9e3b to your computer and use it in GitHub Desktop.
Save budioktaviyan/f7aa10645c55b0508fc66c90e8ff9e3b to your computer and use it in GitHub Desktop.
Home Fragment
<?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">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:gravity="center"
android:lineSpacingExtra="2sp"
android:text="@string/text_home"
android:textAllCaps="true"
android:textColor="@color/colorPrimaryDark"
android:textSize="16sp"
android:textStyle="bold" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment