feat: Add home screen music playback widget and some updates in Turkish localization (#98)

This commit is contained in:
eddyizm 2025-10-07 21:28:10 -07:00 committed by GitHub
commit f1d19142fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 1862 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="250dp"
android:minHeight="64dp"
android:updatePeriodMillis="0"
android:resizeMode="horizontal|vertical"
android:initialLayout="@layout/widget_layout_compact"
android:previewImage="@drawable/ic_splash_logo"
android:previewLayout="@layout/widget_preview_compact"
android:widgetCategory="home_screen|keyguard" />