ItemFragment: Give shownotes more room (especially in landscape)

This commit is contained in:
Martin Fietz 2016-01-16 19:20:52 +01:00
parent 99d7992dc8
commit 71468395b5
2 changed files with 1 additions and 2 deletions

View File

@ -309,7 +309,7 @@ public class ItemFragment extends Fragment {
.dontAnimate()
.into(imgvCover);
progbarDownload.setVisibility(View.INVISIBLE);
progbarDownload.setVisibility(View.GONE);
if (item.hasMedia() && downloaderList != null) {
for (Downloader downloader : downloaderList) {
if (downloader.getDownloadRequest().getFeedfileType() == FeedMedia.FEEDFILETYPE_FEEDMEDIA

View File

@ -89,7 +89,6 @@
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginBottom="8dp"
android:orientation="horizontal"
tools:background="@android:color/holo_blue_bright">