summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/headlines_row.xml2
-rw-r--r--res/layout/headlines_row_selected.xml2
-rw-r--r--res/layout/headlines_row_unread.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 439e1b1e..b76909e3 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -143,7 +143,7 @@
<ImageButton
android:id="@+id/article_menu_button"
- android:layout_width="match_parent"
+ android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 7de3da3d..ae24d5d8 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -143,7 +143,7 @@
<ImageButton
android:id="@+id/article_menu_button"
- android:layout_width="match_parent"
+ android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 893c9c24..088e468b 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -143,7 +143,7 @@
<ImageButton
android:id="@+id/article_menu_button"
- android:layout_width="match_parent"
+ android:layout_width="50dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:background="@android:color/transparent"