summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 21:09:53 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 21:09:53 +0300
commit5041df3258604c323b4e6f5ee82ee136d52769d6 (patch)
treededb99afda089743303cdbba3e6a46a6d9bebed2 /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parentb099a8e03089e4fd41971748a1ec1aaa07275082 (diff)
the cards, they are no more
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index 28dcd046..728c21c4 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.v7.widget.CardView
- xmlns:card_view="http://schemas.android.com/apk/res-auto"
+<FrameLayout
xmlns:tools="http://schemas.android.com/tools"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/headlines_row"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- card_view:cardElevation="2dp"
- card_view:cardUseCompatPadding="true"
- card_view:cardBackgroundColor="?headlineNormalBackground"
+ android:background="?headlineNormalBackground"
tools:ignore="HardcodedText" >
<TableLayout
@@ -188,4 +185,4 @@
</TableRow>
</TableLayout>
-</android.support.v7.widget.CardView> \ No newline at end of file
+</FrameLayout> \ No newline at end of file