diff --git a/android/uhabits-android/src/main/res/layout/show_habit_subtitle.xml b/android/uhabits-android/src/main/res/layout/show_habit_subtitle.xml
index 4c57473c0..9533a5f54 100644
--- a/android/uhabits-android/src/main/res/layout/show_habit_subtitle.xml
+++ b/android/uhabits-android/src/main/res/layout/show_habit_subtitle.xml
@@ -18,7 +18,12 @@
~ with this program. If not, see .
-->
-
+
+ android:orientation="horizontal"
+ tools:visibility="visible">
+ android:src="?iconFrequency" />
+ android:textSize="@dimen/smallTextSize" />
+ android:src="?iconReminder" />
+ android:textSize="@dimen/smallTextSize" />
\ No newline at end of file