summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-15 14:13:21 +0400
committerAndrew Dolgov <[email protected]>2013-05-15 14:13:21 +0400
commit1bc939e60b361bd85915511b0b3c27bb4ae12238 (patch)
treeb275039518f15eac5c49d5cc0a411b1d8519ef71 /res/layout
parent148e67b20065e7e58dcb75e646752d41d267b606 (diff)
fix several style-related issues on tablet ui
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/headlines_row_selected_unread.xml1
-rw-r--r--res/layout/headlines_row_unread.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml
index a91d5407..9051cfc9 100644
--- a/res/layout/headlines_row_selected_unread.xml
+++ b/res/layout/headlines_row_selected_unread.xml
@@ -11,6 +11,7 @@
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:gravity="center_vertical"
android:orientation="horizontal" >
<CheckBox
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index df794891..b43b7f22 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -66,7 +66,6 @@
android:layout_height="wrap_content"
android:layout_weight="0.5"
android:gravity="right|center_vertical"
- android:paddingRight="12dp"
android:text="Jan 01"
android:textColor="?headlineSecondaryTextColor"
android:textSize="13sp"