mirror of
https://github.com/YTVanced/VancedManager
synced 2025-01-06 23:41:00 +00:00
minor bug fixes
This commit is contained in:
parent
467fc26360
commit
4cf99f10a1
5 changed files with 10 additions and 1 deletions
|
@ -0,0 +1,4 @@
|
|||
package com.vanced.manager.ui.dialogs
|
||||
|
||||
class MusicPreferencesDialog {
|
||||
}
|
|
@ -15,7 +15,6 @@ import com.vanced.manager.utils.Extensions.convertToAppTheme
|
|||
import com.vanced.manager.utils.Extensions.getCheckedButtonTag
|
||||
import com.vanced.manager.utils.Extensions.show
|
||||
import com.vanced.manager.utils.InternetTools.vanced
|
||||
import java.util.*
|
||||
|
||||
class VancedThemeDialog : BottomSheetDialogFragment() {
|
||||
|
6
app/src/main/res/layout/dialog_music_preferences.xml
Normal file
6
app/src/main/res/layout/dialog_music_preferences.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<com.google.android.material.card.MaterialCardView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</com.google.android.material.card.MaterialCardView>
|
Loading…
Reference in a new issue