mirror of
https://github.com/KitsunePie/AppErrorsTracking.git
synced 2025-09-04 02:05:16 +08:00
Fix add a scroll view to resolve app errors dialog bottom occlusion problem
This commit is contained in:
@@ -19,136 +19,151 @@
|
|||||||
android:textSize="12sp"
|
android:textSize="12sp"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<androidx.core.widget.NestedScrollView
|
||||||
android:id="@+id/app_info_item"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:paddingHorizontal="10dp"
|
android:fadingEdgeLength="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:fillViewport="true"
|
||||||
|
android:requiresFadingEdge="vertical"
|
||||||
|
android:scrollbars="none">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<LinearLayout
|
||||||
android:layout_width="20dp"
|
|
||||||
android:layout_height="20dp"
|
|
||||||
android:layout_marginEnd="15dp"
|
|
||||||
android:padding="1dp"
|
|
||||||
android:src="@drawable/ic_baseline_info"
|
|
||||||
app:tint="@color/colorTextGray" />
|
|
||||||
|
|
||||||
<TextView
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/app_info"
|
android:orientation="vertical">
|
||||||
android:textColor="@color/colorTextGray"
|
|
||||||
android:textSize="15sp" />
|
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
android:id="@+id/close_app_item"
|
android:id="@+id/app_info_item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="10dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:src="@drawable/ic_baseline_close"
|
android:padding="1dp"
|
||||||
app:tint="@color/colorTextGray" />
|
android:src="@drawable/ic_baseline_info"
|
||||||
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/close_app"
|
android:text="@string/app_info"
|
||||||
android:textColor="@color/colorTextGray"
|
android:textColor="@color/colorTextGray"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
android:id="@+id/reopen_app_item"
|
android:id="@+id/close_app_item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="10dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:src="@drawable/ic_baseline_refresh"
|
android:src="@drawable/ic_baseline_close"
|
||||||
app:tint="@color/colorTextGray" />
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/reopen_app"
|
android:text="@string/close_app"
|
||||||
android:textColor="@color/colorTextGray"
|
android:textColor="@color/colorTextGray"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
android:id="@+id/error_detail_item"
|
android:id="@+id/reopen_app_item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="10dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:src="@drawable/ic_baseline_bug_report"
|
android:src="@drawable/ic_baseline_refresh"
|
||||||
app:tint="@color/colorTextGray" />
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/error_detail"
|
android:text="@string/reopen_app"
|
||||||
android:textColor="@color/colorTextGray"
|
android:textColor="@color/colorTextGray"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
android:id="@+id/muted_if_unlock_item"
|
android:id="@+id/error_detail_item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="10dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:src="@drawable/ic_baseline_eject"
|
android:src="@drawable/ic_baseline_bug_report"
|
||||||
app:tint="@color/colorTextGray" />
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/mute_if_unlock"
|
android:text="@string/error_detail"
|
||||||
android:textColor="@color/colorTextGray"
|
android:textColor="@color/colorTextGray"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
|
||||||
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
android:id="@+id/muted_if_restart_item"
|
android:id="@+id/muted_if_unlock_item"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingHorizontal="10dp"
|
android:paddingHorizontal="10dp"
|
||||||
android:paddingVertical="15dp">
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
<androidx.constraintlayout.utils.widget.ImageFilterView
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
android:layout_width="20dp"
|
android:layout_width="20dp"
|
||||||
android:layout_height="20dp"
|
android:layout_height="20dp"
|
||||||
android:layout_marginEnd="15dp"
|
android:layout_marginEnd="15dp"
|
||||||
android:src="@drawable/ic_baseline_eject"
|
android:src="@drawable/ic_baseline_eject"
|
||||||
app:tint="@color/colorTextGray" />
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/mute_if_restart"
|
android:text="@string/mute_if_unlock"
|
||||||
android:textColor="@color/colorTextGray"
|
android:textColor="@color/colorTextGray"
|
||||||
android:textSize="15sp" />
|
android:textSize="15sp" />
|
||||||
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
|
||||||
|
<com.fankes.apperrorstracking.ui.view.ItemLinearLayout
|
||||||
|
android:id="@+id/muted_if_restart_item"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:paddingHorizontal="10dp"
|
||||||
|
android:paddingVertical="15dp">
|
||||||
|
|
||||||
|
<androidx.constraintlayout.utils.widget.ImageFilterView
|
||||||
|
android:layout_width="20dp"
|
||||||
|
android:layout_height="20dp"
|
||||||
|
android:layout_marginEnd="15dp"
|
||||||
|
android:src="@drawable/ic_baseline_eject"
|
||||||
|
app:tint="@color/colorTextGray" />
|
||||||
|
|
||||||
|
<TextView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/mute_if_restart"
|
||||||
|
android:textColor="@color/colorTextGray"
|
||||||
|
android:textSize="15sp" />
|
||||||
|
</com.fankes.apperrorstracking.ui.view.ItemLinearLayout>
|
||||||
|
</LinearLayout>
|
||||||
|
</androidx.core.widget.NestedScrollView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
Reference in New Issue
Block a user