Skip to content

Commit 72b0e5f

Browse files
committed
Use default serif (Noto) for visual mode and monospace font for source mode in the example app
1 parent d33f294 commit 72b0e5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
android:paddingTop="16dp"
3737
android:scrollbars="vertical"
3838
android:imeOptions="flagNoExtractUi"
39+
android:fontFamily="serif"
3940
aztec:historyEnable="true"
4041
aztec:historySize="10"/>
4142

@@ -55,6 +56,7 @@
5556
android:textSize="14sp"
5657
android:visibility="gone"
5758
android:imeOptions="flagNoExtractUi"
59+
android:fontFamily="monospace"
5860
aztec:codeBackgroundColor="@android:color/transparent"
5961
aztec:codeTextColor="@android:color/white"/>
6062

0 commit comments

Comments
 (0)