Skip to content

Instantly share code, notes, and snippets.

@kalvian1060
Created May 20, 2017 08:00
Show Gist options
  • Save kalvian1060/e53a3208e2eaf9fee0fd76186c7f9ffb to your computer and use it in GitHub Desktop.
Save kalvian1060/e53a3208e2eaf9fee0fd76186c7f9ffb to your computer and use it in GitHub Desktop.
Layout XML Fragment2
<?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"
android:background="@color/colorPrimary"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal|center_vertical"
android:text="Fragment 2"
android:textColor="@android:color/white"
android:textSize="20sp" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment