Skip to content

Instantly share code, notes, and snippets.

@greengoblinmask
Created September 15, 2014 17:13
Show Gist options
  • Select an option

  • Save greengoblinmask/18525207adbec50c2c34 to your computer and use it in GitHub Desktop.

Select an option

Save greengoblinmask/18525207adbec50c2c34 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:background="#ff3421"
tools:context=".splash">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:id="@+id/textView2"
android:layout_gravity="center"
android:background="@drawable/w"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Please Wait...."
android:id="@+id/textView"
android:layout_gravity="center"
android:textColor="#fff"
android:textSize="20dp"/>
</FrameLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment