ItemFragment: Give shownotes more room (especially in landscape)
This commit is contained in:
parent
99d7992dc8
commit
71468395b5
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue