aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cache_image_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/cache_image_item.xml')
-rw-r--r--main/res/layout/cache_image_item.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/res/layout/cache_image_item.xml b/main/res/layout/cache_image_item.xml
index f0e8963..85ab106 100644
--- a/main/res/layout/cache_image_item.xml
+++ b/main/res/layout/cache_image_item.xml
@@ -29,8 +29,8 @@
<ProgressBar
android:id="@+id/progress_bar"
+ style="@android:style/Widget.ProgressBar.Small"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- style="@android:style/Widget.ProgressBar.Small"/>
+ android:layout_height="wrap_content" />
</LinearLayout> \ No newline at end of file