summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-15 19:46:51 +0400
committerAndrew Dolgov <[email protected]>2013-10-15 19:46:51 +0400
commit22f1b3726b5ddad0f1892b628eb4a3109e07c764 (patch)
treeb4f31a2c4bc943b014a3698df40a0b44652ecc1b /res/layout
parentc81545503a5040ac742a019caeb7950210945dd6 (diff)
tweak headline icons display
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeds_row.xml2
-rw-r--r--res/layout/headlines_row.xml9
-rw-r--r--res/layout/headlines_row_selected.xml14
-rw-r--r--res/layout/headlines_row_selected_unread.xml14
-rw-r--r--res/layout/headlines_row_unread.xml7
5 files changed, 28 insertions, 18 deletions
diff --git a/res/layout/feeds_row.xml b/res/layout/feeds_row.xml
index 38b854ab..30816d2e 100644
--- a/res/layout/feeds_row.xml
+++ b/res/layout/feeds_row.xml
@@ -57,7 +57,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="0"
- android:paddingLeft="4dp"
+ android:paddingLeft="8dp"
android:paddingRight="4dp"
android:background="@null"
android:src="@drawable/ic_action_overflow" />
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>
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 4ac82d02..c50c4da3 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -14,7 +14,10 @@
android:layout_height="match_parent"
android:background="?headlineSelectedBackground"
android:orientation="vertical"
- android:paddingTop="6dp" android:paddingLeft="6dp" android:paddingRight="6dp" android:paddingBottom="2dp" >
+ android:paddingBottom="2dp"
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"
+ android:paddingTop="6dp" >
<LinearLayout
android:id="@+id/linearLayout6"
@@ -106,26 +109,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>
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml
index 25574784..fd85c9a5 100644
--- a/res/layout/headlines_row_selected_unread.xml
+++ b/res/layout/headlines_row_selected_unread.xml
@@ -14,7 +14,10 @@
android:layout_height="match_parent"
android:background="?headlineSelectedBackground"
android:orientation="vertical"
- android:paddingTop="6dp" android:paddingLeft="6dp" android:paddingRight="6dp" android:paddingBottom="2dp" >
+ android:paddingBottom="2dp"
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"
+ android:paddingTop="6dp" >
<LinearLayout
android:id="@+id/linearLayout6"
@@ -107,26 +110,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>
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 2ae08a91..7e2113ec 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -109,7 +109,7 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="8dp"
+ android:layout_marginRight="8dp"
android:src="@drawable/ic_star_empty" />
<ImageView
@@ -118,7 +118,7 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:clickable="true"
- android:paddingRight="8dp"
+ android:layout_marginRight="8dp"
android:src="@drawable/ic_unpublished" />
<ImageView
@@ -126,7 +126,8 @@
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>