Fix z-order and remove V.dp from more custom views

This commit is contained in:
Grishka
2023-03-22 16:55:09 +03:00
parent e5d60050a2
commit 477a691c9e
6 changed files with 63 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
android:layout_height="match_parent"
android:nestedScrollingEnabled="true">
<LinearLayout
<org.joinmastodon.android.ui.views.CustomDrawingOrderLinearLayout
android:id="@+id/scrollable_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -316,7 +316,7 @@
android:background="?colorM3SurfaceVariant"/>
</FrameLayout>
</LinearLayout>
</org.joinmastodon.android.ui.views.CustomDrawingOrderLinearLayout>
</org.joinmastodon.android.ui.views.NestedRecyclerScrollView>
<ImageButton