summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/feeditem_fragment.xml')
-rw-r--r--app/src/main/res/layout/feeditem_fragment.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/src/main/res/layout/feeditem_fragment.xml b/app/src/main/res/layout/feeditem_fragment.xml
index c755bd122..beabd20b6 100644
--- a/app/src/main/res/layout/feeditem_fragment.xml
+++ b/app/src/main/res/layout/feeditem_fragment.xml
@@ -10,17 +10,16 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
- android:background="?attr/colorPrimary"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingLeft="16dp"
- android:paddingRight="16dp"
- tools:background="@android:color/darker_gray">
+ android:paddingRight="16dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="16dp">
+ android:layout_marginTop="16dp"
+ android:orientation="horizontal">
<ImageView
android:id="@+id/imgvCover"