summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/article_fragment.xml34
-rw-r--r--res/layout/feeds_fragment.xml3
-rw-r--r--res/layout/headlines_row.xml8
-rw-r--r--res/layout/headlines_row_selected.xml7
-rw-r--r--res/layout/headlines_row_unread.xml9
5 files changed, 10 insertions, 51 deletions
diff --git a/res/layout/article_fragment.xml b/res/layout/article_fragment.xml
index f884f8c2..16ae890a 100644
--- a/res/layout/article_fragment.xml
+++ b/res/layout/article_fragment.xml
@@ -3,17 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal" >
-
- <ImageView
- android:id="@+id/splitter_vertical"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_weight="0"
- android:background="?articleDivider"
- android:clickable="true"
- android:paddingLeft="4dip" >
- </ImageView>
-
+
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
@@ -21,26 +11,16 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/splitter_horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="?articleDivider"
- android:clickable="true"
- android:paddingTop="4dip" />
+ android:orientation="vertical"
+ android:padding="5sp" >
<LinearLayout
android:id="@+id/article_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_weight="0"
- android:background="?articleHeader"
+ android:layout_weight="0"
android:orientation="vertical"
- android:paddingLeft="5dp"
- android:paddingRight="5dp" >
+ android:paddingBottom="5sp">
<TextView
android:id="@+id/title"
@@ -48,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="There are many variations of passages of Lorem Ipsum available"
- android:textSize="15sp" />
+ android:textSize="16sp" />
<LinearLayout
android:layout_width="match_parent"
@@ -89,7 +69,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
- android:padding="3dip" >
+ android:padding="5sp" >
</WebView>
<LinearLayout
diff --git a/res/layout/feeds_fragment.xml b/res/layout/feeds_fragment.xml
index c7f9237f..2204feb8 100644
--- a/res/layout/feeds_fragment.xml
+++ b/res/layout/feeds_fragment.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+
android:layout_height="fill_parent" android:layout_width="match_parent" android:id="@+id/feeds_fragment">
<LinearLayout android:id="@+id/loading_container" android:gravity="center" android:layout_height="match_parent" android:layout_width="match_parent">
<TextView android:layout_width="wrap_content" android:textAppearance="?android:attr/textAppearanceLarge" android:id="@+id/loading_message" android:layout_height="wrap_content" ></TextView>
@@ -8,7 +9,7 @@
<ListView android:id="@+id/feeds" android:layout_height="match_parent" android:layout_width="match_parent"></ListView>
<TextView android:id="@+id/no_feeds"
- android:visibility="invisible"
+ android:visibility="invisible"
android:layout_gravity="center" android:color="#909090"
android:textAppearance="?android:attr/textAppearanceLarge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/no_feeds"></TextView>
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml
index 26c7bc95..8b154777 100644
--- a/res/layout/headlines_row.xml
+++ b/res/layout/headlines_row.xml
@@ -14,14 +14,6 @@
android:gravity="center_vertical"
android:orientation="horizontal" >
-
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorNormal"
- android:paddingRight="4dip" />
-
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 8a6ee7e7..115167bb 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -13,13 +13,6 @@
android:gravity="center_vertical"
android:orientation="horizontal" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorSelected"
- android:paddingRight="4dip" />
-
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 5a2bbc53..b85b6699 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -13,13 +13,6 @@
android:gravity="center_vertical"
android:orientation="horizontal" >
- <ImageView
- android:id="@+id/headlines_separator"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?headlineSeparatorUnread"
- android:paddingRight="4dip" />
-
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
@@ -43,7 +36,7 @@
android:ellipsize="end"
android:singleLine="true"
android:text="{Title...}"
- android:textColor="?headlineTextColor"
+ android:textColor="?headlineUnreadTextColor"
android:textSize="16sp" >
</TextView>