summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-16 10:32:57 +0400
committerAndrew Dolgov <[email protected]>2013-10-16 10:32:57 +0400
commit17720f23b11667148f5ffaea395d63f9064a16b8 (patch)
tree7df985157697d6c1cc6feab60b2bed2a33baec7d /res
parent3bc88f2f85c2b86baacac933f22ed482fdfa0431 (diff)
fix padding for manually set borders
Diffstat (limited to 'res')
-rw-r--r--res/layout/comics_list_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/comics_list_row.xml b/res/layout/comics_list_row.xml
index 60a6ec6..e5f3d26 100644
--- a/res/layout/comics_list_row.xml
+++ b/res/layout/comics_list_row.xml
@@ -8,7 +8,7 @@
android:padding="4dp" >
<FrameLayout
- android:id="@+id/imageholder1"
+ android:id="@+id/listimageholder"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_weight="0"