summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 12:59:40 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 12:59:40 +0300
commit7a9ce35f2e4b3e186819e08930f1cfdc3ad121e6 (patch)
tree89187bd7e0f0207c5d162f64ecec1068298a153e /org.fox.ttrss/src/main/res/layout
parent72505dc655841180533f3631ee8087580063b2ca (diff)
remove unused styles
partially fix headlines list rendering incorrectly on 5.0 (thanks a lot, google)
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_images_pager.xml2
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines.xml4
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_articles.xml2
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_fragment.xml5
4 files changed, 6 insertions, 7 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
index 2755a6ae..28f71458 100644
--- a/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_images_pager.xml
@@ -2,7 +2,7 @@
android:id="@+id/article_images"
android:layout_width="fill_parent"
android:fitsSystemWindows="true"
- android:background="?smallScreenBackground"
+ android:background="?headlinesBackground"
android:layout_height="fill_parent">
/*
android:paddingLeft="@dimen/activity_horizontal_margin"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines.xml b/org.fox.ttrss/src/main/res/layout/headlines.xml
index d8e29167..36270e01 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines.xml
@@ -12,13 +12,13 @@
android:id="@+id/headlines_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?smallScreenBackground"></FrameLayout>
+ android:background="?headlinesBackground"></FrameLayout>
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="240dp"
android:layout_gravity="start"
- android:background="?smallScreenBackground"
+ android:background="?feedlistBackground"
android:layout_height="match_parent" >
</FrameLayout>
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
index 06fb8b57..bb663de3 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_articles.xml
@@ -16,7 +16,7 @@
android:visibility="gone"
android:layout_height="0dp"
android:layout_width="0dp"
- android:background="?headlinesBackgroundSolid">
+ android:background="?headlinesBackground">
</FrameLayout>
</FrameLayout> \ No newline at end of file
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
index d0c318f1..0a759398 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -13,9 +13,8 @@
android:id="@+id/headlines_list"
android:layout_width="match_parent"
android:layoutAnimation="@anim/layout_headline"
- android:dividerHeight="0dp"
- android:divider="@null"
- android:paddingTop="3dp"
+ android:dividerHeight="8dp"
+ android:divider="@android:color/transparent"
android:layout_height="match_parent" >
</ListView>
</android.support.v4.widget.SwipeRefreshLayout>