fix: scrolling in changelog sheet
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
8c66348f39
commit
bf2d1520a6
|
|
@ -21,10 +21,16 @@
|
||||||
android:paddingBottom="8dp"
|
android:paddingBottom="8dp"
|
||||||
tools:text="Changelog for 1.0.0" />
|
tools:text="Changelog for 1.0.0" />
|
||||||
|
|
||||||
<WebView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:id="@+id/wv_changelog"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="0dp"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_weight="1">
|
||||||
android:layout_marginEnd="16dp" />
|
|
||||||
|
<WebView
|
||||||
|
android:id="@+id/wv_changelog"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="match_parent"
|
||||||
|
android:layout_marginStart="16dp"
|
||||||
|
android:layout_marginEnd="16dp" />
|
||||||
|
</androidx.core.widget.NestedScrollView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
Loading…
Reference in New Issue