diff options
Diffstat (limited to 'res/layout-port')
| -rw-r--r-- | res/layout-port/headlines_row.xml | 2 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_selected.xml | 2 | ||||
| -rw-r--r-- | res/layout-port/headlines_row_unread.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml index 7df3c4a7..8f65f7ec 100644 --- a/res/layout-port/headlines_row.xml +++ b/res/layout-port/headlines_row.xml @@ -138,7 +138,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-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml index 2a5d93fc..8c5af7f9 100644 --- a/res/layout-port/headlines_row_selected.xml +++ b/res/layout-port/headlines_row_selected.xml @@ -139,7 +139,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-port/headlines_row_unread.xml b/res/layout-port/headlines_row_unread.xml index 8a466753..35b2dead 100644 --- a/res/layout-port/headlines_row_unread.xml +++ b/res/layout-port/headlines_row_unread.xml @@ -138,7 +138,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"
|