Created
September 15, 2014 17:13
-
-
Save greengoblinmask/18525207adbec50c2c34 to your computer and use it in GitHub Desktop.
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"?> | |
| <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