From 8b042f30dc252f323a60508ccd22557db3199598 Mon Sep 17 00:00:00 2001 From: Rechee Date: Wed, 8 Jan 2020 18:38:56 -0800 Subject: [PATCH] displaying subtitle card UI in designer squash! displaying subtitle card UI in designer --- .../main/res/layout/show_habit_subtitle.xml | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) 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