瀏覽代碼

added missing spinner in landscape statistics frag

Julien Clauter 11 年之前
父節點
當前提交
c3680beeb0
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      res/layout-land/fragment_statistics.xml

+ 9 - 0
res/layout-land/fragment_statistics.xml

@@ -24,6 +24,15 @@
             android:id="@+id/plot_parent_layout"
             android:layout_weight="0.9">
 
+            <ProgressBar
+                android:id="@+id/progressBar1"
+                style="?android:attr/progressBarStyleLarge"
+                android:layout_width="wrap_content"
+                android:layout_height="wrap_content"
+                android:layout_centerHorizontal="true"
+                android:layout_centerVertical="true"
+                android:visibility="gone"/>
+
             <!-- TITLE LAYOUT -->
             <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
                 android:orientation="vertical"