We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3767752 commit 443e3fdCopy full SHA for 443e3fd
app/src/main/res/layout/fragment_main_redesigned.xml
@@ -58,6 +58,8 @@
58
<androidx.cardview.widget.CardView
59
android:layout_width="match_parent"
60
android:layout_height="wrap_content"
61
+ app:cardCornerRadius="16dp"
62
+ android:layout_margin="2dp"
63
app:cardElevation="2dp">
64
65
<View
@@ -72,7 +74,7 @@
72
74
android:layout_margin="16dp"
73
75
android:text="@string/ai_reply_text"
76
android:textSize="20sp"
- android:fontFamily="@font/inter_bold"
77
+ android:fontFamily="@font/inter"
78
android:lineSpacingMultiplier="1.25"
79
android:breakStrategy="balanced"
80
android:hyphenationFrequency="full"
0 commit comments