diff --git a/app/src/main/res/layout/explorer_info_bar.xml b/app/src/main/res/layout/explorer_info_bar.xml
index 7c9f526..57a6823 100644
--- a/app/src/main/res/layout/explorer_info_bar.xml
+++ b/app/src/main/res/layout/explorer_info_bar.xml
@@ -1,29 +1,28 @@
-
+ style="@style/infoBarTextView"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/total_size_text"/>
+ style="@style/infoBarTextView"
+ android:text="@string/default_total_size"
+ app:layout_constraintTop_toTopOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toEndOf="@id/current_path_text"/>
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 64f55be..1ba66ad 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -14,4 +14,10 @@
+
\ No newline at end of file