summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/comics_list_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-15 13:27:34 +0400
committerAndrew Dolgov <[email protected]>2012-10-15 13:27:34 +0400
commitcf5ed38aa2476051908030fc210faede5d60567a (patch)
treed91f8b10414f02bebd209738377193374cd6e464 /res/layout-sw600dp/comics_list_row.xml
parent65be0b20c458ad7c740cbf54ffb74b3f0c13c6c3 (diff)
use shadow on thumbnails
Diffstat (limited to 'res/layout-sw600dp/comics_list_row.xml')
-rw-r--r--res/layout-sw600dp/comics_list_row.xml56
1 files changed, 0 insertions, 56 deletions
diff --git a/res/layout-sw600dp/comics_list_row.xml b/res/layout-sw600dp/comics_list_row.xml
deleted file mode 100644
index 029a972..0000000
--- a/res/layout-sw600dp/comics_list_row.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/comics_list_row"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:padding="4dp" >
-
- <ImageView
- android:id="@+id/thumbnail"
- android:layout_width="160dp"
- android:layout_height="160dp"
- android:layout_weight="0"
- android:background="@drawable/border"
- android:scaleType="centerInside"
- android:src="@drawable/ic_launcher" />
-
- <LinearLayout
- android:id="@+id/linearLayout5"
- android:paddingLeft="4dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="vertical" >
-
- <LinearLayout
- android:id="@+id/linearLayout4"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/file_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:text="Comic_1980.cbz" />
-
- <TextView
- android:id="@+id/file_progress_info"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:gravity="right"
- android:text="12 of 325" />
- </LinearLayout>
-
- <ProgressBar
- android:id="@+id/file_progress_bar"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file