Added errors record clear all function and changed receiver mode

This commit is contained in:
2022-05-12 14:15:19 +08:00
parent 7348ceba94
commit c4d1c42faa
9 changed files with 194 additions and 63 deletions

View File

@@ -47,7 +47,8 @@
android:layout_marginEnd="15dp"
android:src="@drawable/ic_clear"
android:tint="@color/colorTextGray"
android:tooltipText="@string/clear_all" />
android:tooltipText="@string/clear_all"
android:visibility="gone" />
<androidx.constraintlayout.utils.widget.ImageFilterView
android:id="@+id/export_all_icon"
@@ -56,7 +57,8 @@
android:layout_marginEnd="10dp"
android:src="@drawable/ic_export"
android:tint="@color/colorTextGray"
android:tooltipText="@string/export_all" />
android:tooltipText="@string/export_all"
android:visibility="gone" />
</LinearLayout>
<FrameLayout