summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-27 14:39:37 +0400
committerAndrew Dolgov <[email protected]>2014-10-27 14:39:37 +0400
commitd7734987adc2dffa116dd9b8f7ac1f171e067446 (patch)
treec8d2cd70af4b0f542a833cbc10177733698d0701 /org.fox.ttrss/src/main/res/layout
parent30c23fd040e592dd31b34177c461080a9b4c55c9 (diff)
Revert "use cardview for article fragment"
This reverts commit de998a1e927f93344bee8f881b8876f27f629eca.
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rw-r--r--org.fox.ttrss/src/main/res/layout/article_fragment.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_fragment.xml b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
index 14c84804..56d42d89 100644
--- a/org.fox.ttrss/src/main/res/layout/article_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
@@ -1,13 +1,8 @@
-<android.support.v7.widget.CardView
- xmlns:card_view="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/article_fragment"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- card_view:cardElevation="2dp"
- card_view:cardBackgroundColor="?articleBackground"
- tools:ignore="HardcodedText" >
+ android:layout_height="match_parent"
+ android:background="?articleBackground">
<org.fox.ttrss.util.NoChildFocusScrollView
android:id="@+id/article_scrollview"
@@ -105,4 +100,4 @@
</org.fox.ttrss.util.NoChildFocusScrollView>
-</android.support.v7.widget.CardView> \ No newline at end of file
+</RelativeLayout> \ No newline at end of file