removing fancy upload bar for now
authorBartek Przybylski <bart.p.pl@gmail.com>
Sat, 26 May 2012 19:23:01 +0000 (21:23 +0200)
committerBartek Przybylski <bart.p.pl@gmail.com>
Sat, 26 May 2012 19:23:01 +0000 (21:23 +0200)
res/layout/progressbar_layout.xml

index d7cf440..f398d4c 100644 (file)
@@ -14,8 +14,8 @@
     <ProgressBar android:id="@+id/status_progress"
       android:layout_width="fill_parent" android:layout_height="wrap_content"
       android:layout_below="@id/status_text"
-      android:indeterminate="false" android:indeterminateOnly="false"
-      style="?android:attr/progressBarStyleHorizontal"/>
+      android:progressDrawable="@android:drawable/progress_horizontal"
+      android:indeterminate="false" android:indeterminateOnly="false" />
 
   </RelativeLayout>