diff options
Diffstat (limited to 'res/layout')
-rwxr-xr-x | res/layout/manage_applications.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/manage_applications.xml b/res/layout/manage_applications.xml index c398f5e..758e476 100755 --- a/res/layout/manage_applications.xml +++ b/res/layout/manage_applications.xml @@ -38,4 +38,23 @@ android:layout_width="match_parent" android:layout_height="match_parent" /> + <LinearLayout android:id="@+id/loading_container" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:visibility="gone" + android:gravity="center"> + + <ProgressBar style="?android:attr/progressBarStyleLarge" + android:layout_width="wrap_content" + android:layout_height="wrap_content" /> + <TextView android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceSmall" + android:text="@string/settings_safetylegal_activity_loading" + android:paddingTop="4dip" + android:singleLine="true" /> + + </LinearLayout> + </FrameLayout>
\ No newline at end of file |