diff options
Diffstat (limited to 'app/src/main/res')
-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" |