From c636e48c7e199e5166b53945e7ca0269082a3d71 Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Thu, 25 Dec 2025 22:42:45 +0100 Subject: [PATCH] layout: replace menu icon with utf8 character The three dot menu icosn looks odd when stretched due to the dynamic menu feature. Thus replace it with the hamburger menu character that looks better when scaled. --- app/src/main/res/drawable/ic_more.xml | 5 ----- app/src/main/res/layout/activity_main.xml | 11 ++++++----- 2 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 app/src/main/res/drawable/ic_more.xml diff --git a/app/src/main/res/drawable/ic_more.xml b/app/src/main/res/drawable/ic_more.xml deleted file mode 100644 index 5ffb98a..0000000 --- a/app/src/main/res/drawable/ic_more.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 3fd98fe..023715a 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -177,15 +177,16 @@ android:gravity="center_horizontal" android:textSize="30sp"/> -