feat: фирменная иконка приложения + внутренний плеер записей
- адаптивная иконка лаунчера: градиентный фон (C2F25B->6FA53C) + монограмма R (foreground + monochrome для тем Android 13), манифест -> @mipmap - воспроизведение своих записей ВНУТРИ приложения вместо внешнего плеера: RecordingPlaybackController (отдельный ExoPlayer, останавливает радио), RecordingPlayerSheet с перемоткой (Slider), play/pause, +/-15с, таймеры
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
android:allowBackup="true"
|
||||
android:dataExtractionRules="@xml/data_extraction_rules"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
android:icon="@drawable/ic_launcher"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@drawable/ic_launcher_round"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.Radiola"
|
||||
android:usesCleartextTraffic="true"
|
||||
|
||||
Reference in New Issue
Block a user