diff options
author | euxane | 2024-09-18 23:41:13 +0200 |
---|---|---|
committer | euxane | 2024-09-18 23:41:13 +0200 |
commit | 9c18fbdcb677deed0ff956782eeb637d0bef3275 (patch) | |
tree | 0f8bc70635dc299cccedacb5ac809544ace5a466 /app/src/main/res/layout | |
parent | 09a608d6a3b0af70dd28a889b2977783b1cf9982 (diff) | |
download | tincapp-9c18fbdcb677deed0ff956782eeb637d0bef3275.tar.gz |
paths: rename log -> logs directory
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/configure_browse_directories_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/configure_browse_directories_fragment.xml b/app/src/main/res/layout/configure_browse_directories_fragment.xml index e0fc64a..97b4548 100644 --- a/app/src/main/res/layout/configure_browse_directories_fragment.xml +++ b/app/src/main/res/layout/configure_browse_directories_fragment.xml | |||
@@ -45,7 +45,7 @@ | |||
45 | 45 | ||
46 | <LinearLayout | 46 | <LinearLayout |
47 | style="@style/AppTheme.ListBlock.Clickable" | 47 | style="@style/AppTheme.ListBlock.Clickable" |
48 | android:onClick="@{() -> openDirectoryTree.invoke(FilesDocumentsProvider.VIRTUAL_ROOT_LOG)}"> | 48 | android:onClick="@{() -> openDirectoryTree.invoke(FilesDocumentsProvider.VIRTUAL_ROOT_LOGS)}"> |
49 | 49 | ||
50 | <TextView | 50 | <TextView |
51 | style="@style/AppTheme.BlockTitle" | 51 | style="@style/AppTheme.BlockTitle" |