Skip to content

Commit

Permalink
Fix rule list layout
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed May 8, 2022
1 parent b93b720 commit 456b249
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions app/src/main/res/layout/activity_entry_list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,16 @@
android:text="@string/btn_eximport" />
</LinearLayout>

<ScrollView
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="wrap_content"
android:orientation="vertical">

<LinearLayout
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/entry_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

<androidx.recyclerview.widget.RecyclerView
android:id="@+id/entry_list"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
</ScrollView>
android:layout_height="match_parent" />
</LinearLayout>
</LinearLayout>
</ScrollView>

Expand Down

0 comments on commit 456b249

Please sign in to comment.