This commit is contained in:
ByteHamster 2019-07-23 16:30:12 +02:00
parent 33ba9baa35
commit b88ab959eb
3 changed files with 141 additions and 151 deletions

View File

@ -114,10 +114,6 @@ android {
dexOptions {
jumboMode true
}
dataBinding {
enabled = true
}
}
dependencies {

View File

@ -32,5 +32,4 @@ public class WrappingGridView extends GridView {
}
super.onMeasure(widthMeasureSpec, heightSpec);
}
}

View File

@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<layout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" >
<ScrollView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbars="vertical">
@ -20,6 +18,7 @@
app:cardCornerRadius="4dp"
android:elevation="16dp"
android:layout_margin="8dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -56,7 +55,7 @@
android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="8dp" />
android:layout_margin="8dp"/>
<android.support.v7.widget.CardView
android:layout_width="match_parent"
@ -98,10 +97,8 @@
</LinearLayout>
</android.support.v7.widget.CardView>
<android.support.v7.widget.CardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -169,10 +166,8 @@
</LinearLayout>
</android.support.v7.widget.CardView>
</LinearLayout>
</ScrollView>
</layout>
</ScrollView>