From 5339c2fd96c7c59963fe414ac236d46e89170099 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 22 Dec 2022 22:36:49 -0500 Subject: [PATCH] Nicer styles for result form --- src/cheogram/res/layout/command_result_field.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/cheogram/res/layout/command_result_field.xml b/src/cheogram/res/layout/command_result_field.xml index be0d879f1756c2a3186adb1f78259cbfbebd2d3f..47b8c7b327739f307308dcb8b591160786dcee44 100644 --- a/src/cheogram/res/layout/command_result_field.xml +++ b/src/cheogram/res/layout/command_result_field.xml @@ -11,12 +11,10 @@ android:id="@+id/label" android:layout_width="match_parent" android:layout_height="wrap_content" - android:gravity="center" android:paddingLeft="8dp" android:paddingRight="8dp" - android:paddingBottom="16dp" - android:textAppearance="@style/TextAppearance.Conversations.Body1" - android:textColor="?attr/edit_text_color" /> + android:paddingBottom="4dp" + android:textAppearance="@style/TextAppearance.Conversations.Caption" />