2012-09-14 01:17:58 -04:00
|
|
|
<?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"
|
2012-10-01 11:17:44 -04:00
|
|
|
android:background="@drawable/login_background" >
|
2012-09-14 01:17:58 -04:00
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/login_progress_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_centerHorizontal="true"
|
|
|
|
android:gravity="center"
|
|
|
|
android:padding="30dp" />
|
|
|
|
|
2013-05-20 02:42:34 +00:00
|
|
|
</RelativeLayout>
|