improve history UI

This commit is contained in:
Bnyro 2022-07-02 16:34:51 +02:00
parent ebaa7374cb
commit fdb9bf5dbe
2 changed files with 10 additions and 5 deletions

View File

@ -74,7 +74,6 @@
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"

View File

@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical" >
<LinearLayout
android:layout_width="match_parent"
@ -34,4 +38,6 @@
android:layout_margin="8dp"
android:nestedScrollingEnabled="false" />
</LinearLayout>
</LinearLayout>
</ScrollView>