Skip to content

Instantly share code, notes, and snippets.

@griajobag
Created July 1, 2016 17:12
Show Gist options
  • Save griajobag/71494468e392055d755322f515f9cb70 to your computer and use it in GitHub Desktop.
Save griajobag/71494468e392055d755322f515f9cb70 to your computer and use it in GitHub Desktop.
splash screen
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.putuguna.viewpagerindicator.SecondActivity">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="@android:color/black"
android:textSize="20sp"
android:textAllCaps="true"
android:textStyle="bold"
android:text="Hello ini adalah second Activity \n www.putuguna.com"/>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment