summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/comics_grid_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-sw600dp/comics_grid_row.xml')
-rw-r--r--res/layout-sw600dp/comics_grid_row.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/res/layout-sw600dp/comics_grid_row.xml b/res/layout-sw600dp/comics_grid_row.xml
index 8a7f909..0b1a666 100644
--- a/res/layout-sw600dp/comics_grid_row.xml
+++ b/res/layout-sw600dp/comics_grid_row.xml
@@ -12,6 +12,7 @@
android:id="@+id/thumbnail"
android:layout_width="160dp"
android:layout_height="160dp"
+ android:padding="8dp"
android:layout_gravity="center_horizontal"
android:layout_weight="0"
android:background="@drawable/border"
@@ -32,6 +33,13 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Comic_1980.cbz" />
+
+ <ProgressBar
+ android:id="@+id/file_progress_bar"
+ style="?android:attr/progressBarStyleHorizontal"
+ android:layout_width="128dp"
+ android:layout_height="wrap_content"
+ android:layout_weight="1" />
<TextView
android:id="@+id/file_progress_info"
@@ -42,13 +50,6 @@
android:text="12 of 325"
android:textSize="12dp" />
- <ProgressBar
- android:id="@+id/file_progress_bar"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="128dp"
- android:layout_height="wrap_content"
- android:layout_weight="1" />
-
</LinearLayout>
</LinearLayout> \ No newline at end of file