summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row.xml')
-rw-r--r--res/layout/headlines_row.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 92fba271..e6c5058d 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -111,26 +111,27 @@
android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginRight="8dp"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="8dp"
android:src="@drawable/ic_star_empty" />
<ImageView
android:id="@+id/published"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginRight="6dp"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="8dp"
- android:src="@drawable/ic_published" />
+ android:src="@drawable/ic_unpublished" />
<ImageView
android:id="@+id/article_menu_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:paddingLeft="8dp"
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"
android:src="@drawable/ic_action_overflow" />
</LinearLayout>
</LinearLayout>