summaryrefslogtreecommitdiff
path: root/res/layout/article_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 14:51:23 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 14:51:23 +0300
commit1fe01350a51152f0f596f3e2c6eaadb36f940b57 (patch)
treefb83ac51cf7fd11ec35e2d0fd518516c97f844e5 /res/layout/article_fragment.xml
parente9c02c8eca9079c57af6a9c941b50ab11259e3cd (diff)
more interface stuff, allow marking headlines as checked
Diffstat (limited to 'res/layout/article_fragment.xml')
-rw-r--r--res/layout/article_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index 4610d207..de8caed0 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -1,6 +1,6 @@
<LinearLayout android:id="@+id/article_fragment" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal">
- <ImageView android:layout_weight="0" android:background="?articleDivider" android:layout_width="wrap_content" android:paddingLeft="2dip" android:layout_height="match_parent"></ImageView>
+ <ImageView android:layout_weight="0" android:background="?articleDivider" android:layout_width="wrap_content" android:paddingLeft="4dip" android:layout_height="match_parent"></ImageView>
<LinearLayout
android:id="@+id/linerLayout2"
android:layout_width="match_parent"