diff options
author | ByteHamster <info@bytehamster.com> | 2020-02-18 13:01:32 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-02-18 13:01:32 +0100 |
commit | 5070c6cb03d4342220983be7f2c9a5723600d427 (patch) | |
tree | 7b969209951ec6a67093ac3eb2dc770407aa3ae2 /app | |
parent | af79fe80160f63ae858ede1b9694061ecd7c67fd (diff) | |
download | AntennaPod-5070c6cb03d4342220983be7f2c9a5723600d427.zip |
Removed background difference
Diffstat (limited to 'app')
-rw-r--r-- | app/src/main/res/layout/feeditem_fragment.xml | 7 |
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" |