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/0da6cbbaf1c43e811f762d21596f5b44 to your computer and use it in GitHub Desktop.
Save budioktaviyan/0da6cbbaf1c43e811f762d21596f5b44 to your computer and use it in GitHub Desktop.
Detail 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_detail"
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