diff --git a/MauiProgram.cs b/MauiProgram.cs index f13223e..4545af8 100644 --- a/MauiProgram.cs +++ b/MauiProgram.cs @@ -23,6 +23,9 @@ public static MauiApp CreateMauiApp() { fonts.AddFont("Hack-Regular.ttf", "HackRegular"); fonts.AddFont("Hack-Bold.ttf", "HackBold"); + // Subsetted Material Design Icons (microphone glyph U+F036C only, ~840 bytes) for + // the dictation cue (#14) — not the full ~1.3 MB MDI webfont. + fonts.AddFont("mdi-microphone.ttf", "MaterialIcons"); }); #if DEBUG diff --git a/Resources/Fonts/mdi-microphone.ttf b/Resources/Fonts/mdi-microphone.ttf new file mode 100755 index 0000000..0fa5d7b Binary files /dev/null and b/Resources/Fonts/mdi-microphone.ttf differ diff --git a/Views/EditorPage.xaml b/Views/EditorPage.xaml index e7fb0ba..270a8f8 100644 --- a/Views/EditorPage.xaml +++ b/Views/EditorPage.xaml @@ -61,6 +61,14 @@ nav bar, shown only on Android (Shell.NavBarIsVisible above); on Windows the nav bar is hidden so they don't appear, and the bottom bar + MenuBar stay canonical. --> + + + + + + @@ -109,6 +117,18 @@