diff options
author | Size43 | 2015-06-04 16:14:05 +0200 |
---|---|---|
committer | Size43 | 2015-06-04 16:14:05 +0200 |
commit | cd80be88f66ca67d4ef5ccf36faa1ba34cb67937 (patch) | |
tree | cfe1d22cbef7e0be93fb0231f47d089fe950fc1f /app/src/main/res/layout/item_feeditem.xml | |
parent | Adding Feeds/Filters directly from the hamburger menu (diff) | |
parent | Merge branch 'master' into app (diff) |
Merge branch 'master' of http://github.com/camilstaps/RSSin
Diffstat (limited to 'app/src/main/res/layout/item_feeditem.xml')
-rwxr-xr-x | app/src/main/res/layout/item_feeditem.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_feeditem.xml b/app/src/main/res/layout/item_feeditem.xml index 3927038..1ecd1c5 100755 --- a/app/src/main/res/layout/item_feeditem.xml +++ b/app/src/main/res/layout/item_feeditem.xml @@ -11,7 +11,7 @@ android:layout_gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="15dp" + android:layout_margin="8dp" card_view:cardElevation="6dp" card_view:cardCornerRadius="2dp"> @@ -29,6 +29,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:textSize="@dimen/font_size_small"/> + <TextView android:id="@+id/feeditem_date" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:textSize="12sp"/> </LinearLayout> |