Added errors detail title float to scroll view

This commit is contained in:
2022-05-14 01:18:07 +08:00
parent ead17453a7
commit 7cf7c2930f
3 changed files with 12 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
android:tooltipText="@string/back" />
<TextView
android:id="@+id/detail_title_text"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginEnd="2.5dp"
@@ -70,6 +71,7 @@
</LinearLayout>
<androidx.core.widget.NestedScrollView
android:id="@+id/app_panel_scroll_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="5dp"