diff options
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/configure_tools_path_info_fragment.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/configure_tools_path_info_fragment.xml b/app/src/main/res/layout/configure_tools_path_info_fragment.xml index 376fa3d..c6d9777 100644 --- a/app/src/main/res/layout/configure_tools_path_info_fragment.xml +++ b/app/src/main/res/layout/configure_tools_path_info_fragment.xml | |||
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | <TextView | 52 | <TextView |
53 | style="@style/AppTheme.BlockContent" | 53 | style="@style/AppTheme.BlockContent" |
54 | android:text="@{appPaths.cacheDir().absolutePath}" | 54 | android:text="@{appPaths.logDir().absolutePath}" |
55 | android:textIsSelectable="true"/> | 55 | android:textIsSelectable="true"/> |
56 | 56 | ||
57 | </LinearLayout> | 57 | </LinearLayout> |