diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-06-20 00:44:37 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-06-20 00:44:37 +0400 |
| commit | e1afe38ef3e4731cdc55d97fdfce281244ad52bf (patch) | |
| tree | 4e23512b006a6d97b4c0d22bfd0c96944ab6180b /res/layout-xlarge-port | |
| parent | be0f5fe64a4e2c042c972e6cf884ce4b50a7dc55 (diff) | |
use activity progress indicator
Diffstat (limited to 'res/layout-xlarge-port')
| -rw-r--r-- | res/layout-xlarge-port/main.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/res/layout-xlarge-port/main.xml b/res/layout-xlarge-port/main.xml index 40a88092..980cbe47 100644 --- a/res/layout-xlarge-port/main.xml +++ b/res/layout-xlarge-port/main.xml @@ -11,12 +11,6 @@ android:gravity="center" android:orientation="vertical" > - <ProgressBar - android:id="@+id/loading_progress" - style="?android:attr/progressBarStyleLarge" - android:layout_width="wrap_content" - android:layout_height="wrap_content" /> - <TextView android:id="@+id/loading_message" android:layout_width="match_parent" |