added missing xml file

This commit is contained in:
Philipp Crocoll 2013-11-01 10:28:03 +01:00
parent f3dbb9c36c
commit 319d1c7541
2 changed files with 1700 additions and 1782 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
<?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">
<ProgressBar
android:id="@+id/fssa_progress_bar"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_centerInParent="true"
android:indeterminateOnly="true" />
</RelativeLayout>