Edit app name, package name and branding.

This commit is contained in:
天クマ 2026-01-21 18:50:48 -03:00
commit 2cf06cff40
220 changed files with 1054 additions and 995 deletions

View file

@ -1,7 +1,7 @@
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<com.dkanada.gramophone.views.settings.JellyPreferenceCategory android:title="@string/pref_header_notification">
<org.adrianvictor.geleia.views.settings.JellyPreferenceCategory android:title="@string/pref_header_notification">
<SwitchPreference
app:iconSpaceReserved="false"
@ -17,6 +17,6 @@
android:summary="@string/pref_summary_colored_notification"
android:title="@string/pref_title_colored_notification" />
</com.dkanada.gramophone.views.settings.JellyPreferenceCategory>
</org.adrianvictor.geleia.views.settings.JellyPreferenceCategory>
</androidx.preference.PreferenceScreen>