Last active
December 26, 2016 04:55
-
-
Save budioktaviyan/f7aa10645c55b0508fc66c90e8ff9e3b to your computer and use it in GitHub Desktop.
Home Fragment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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