remove android:fitsSystemWindows="true"

This commit is contained in:
jacques 2022-06-10 21:46:23 +02:00
parent a4d2232b13
commit d82b79437d

View file

@ -6,7 +6,6 @@
android:name="net.foucry.pilldroid.MedicamentListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
app:layoutManager="LinearLayoutManager"
android:background="@drawable/list_selector"
tools:context="net.foucry.pilldroid.DrugListActivity"