<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"
tools:context=".MainActivity" >
<!-- LOADING -->
<ProgressBar
android:id="@+id/state_loading"
style="@android:style/Widget.ProgressBar.Large"
android:layout_width="wrap_content"
android:indeterminateDrawable="@drawable/progress_loading"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone" />
<!-- FAILURE -->
<TextView
android:id="@+id/state_error"
android:layout_width="wrap_content"
andro
08-05
538
