mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-02 12:14:48 +02:00
ThemeOverlay.Notesnook.AppWidgetContainer declared and set appWidgetBackgroundColor/appWidgetTextColor, but no layout ever read them - leftovers from the Android Studio widget template, in a palette unrelated to the app. Removes the overlay, its declare-styleable, the android:theme references, and the light_blue_* colors that only it used. Also replaces the hardcoded 10dp widget corner radius with system_app_widget_background_radius on API 31+ (10dp fallback below), so the widgets match the rest of the home screen.