From 1ddbcd1f6c18cec83d6fe6a71671c0e063c23694 Mon Sep 17 00:00:00 2001 From: gemcoder21 <104884878+gemcoder21@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:30:02 +0000 Subject: [PATCH 1/2] Add Material lib and migrate to Material3 theme Add the Material dependency and update the app theme to Material3 DayNight. build.gradle.kts now includes implementation(libs.material) and Theme.Wallet parent changed from android:Theme.Material.Light.NoActionBar to Theme.Material3.DayNight.NoActionBar to enable Material3 components and day/night theming. --- app/src/main/res/values/themes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a7a06fc0c..40bf9325d 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,5 +1,5 @@ -