Skip to content

Commit 443e3fd

Browse files
committed
Improve Editor Card In Main Activity
1 parent 3767752 commit 443e3fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/res/layout/fragment_main_redesigned.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
<androidx.cardview.widget.CardView
5959
android:layout_width="match_parent"
6060
android:layout_height="wrap_content"
61+
app:cardCornerRadius="16dp"
62+
android:layout_margin="2dp"
6163
app:cardElevation="2dp">
6264

6365
<View
@@ -72,7 +74,7 @@
7274
android:layout_margin="16dp"
7375
android:text="@string/ai_reply_text"
7476
android:textSize="20sp"
75-
android:fontFamily="@font/inter_bold"
77+
android:fontFamily="@font/inter"
7678
android:lineSpacingMultiplier="1.25"
7779
android:breakStrategy="balanced"
7880
android:hyphenationFrequency="full"

0 commit comments

Comments
 (0)