From 0e8a87f2ad2bd40d34996374aebb6dff070e4b5f Mon Sep 17 00:00:00 2001 From: Lena Date: Sun, 16 Aug 2026 00:00:00 +0000 Subject: app: harden backup execution Validate persisted state and destination boundaries, make interruption and mirror deletion explicit, and keep scheduled work singular. --- app/src/main/res/layout/item_dir.xml | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'app/src/main/res/layout/item_dir.xml') diff --git a/app/src/main/res/layout/item_dir.xml b/app/src/main/res/layout/item_dir.xml index 651224c..4af38e3 100644 --- a/app/src/main/res/layout/item_dir.xml +++ b/app/src/main/res/layout/item_dir.xml @@ -1,27 +1,16 @@ - - - - - - + android:foreground="?attr/selectableItemBackground" + android:gravity="center_vertical" + android:maxLines="1" + android:textAppearance="@style/TextAppearance.Rsend.Title" + app:drawableStartCompat="@drawable/ic_folder" /> -- cgit v1.2.3