Merge pull request #2468 from 821938089/little-fix

优化界面
This commit is contained in:
Horis
2022-10-22 21:47:10 +08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
@@ -27,6 +27,7 @@
android:id="@+id/tv_del"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:background="?attr/selectableItemBackground"
android:padding="8dp"
android:text="@string/delete"
@@ -36,6 +36,8 @@
android:id="@+id/tv_open"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:background="?attr/selectableItemBackground"
android:padding="8dp"
android:text="@string/open"
android:textColor="@color/secondaryText"