diff options
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> |