ui: sheets: Use BottomSheetDialogFragment directly
We don't need base class anymore. Also use view binding the recommended way for fragments. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -120,6 +120,4 @@
|
||||
<style name="AppTheme.SwitchPreference" parent="@style/Preference.SwitchPreferenceCompat.Material">
|
||||
<item name="widgetLayout">@layout/preference_material_switch</item>
|
||||
</style>
|
||||
|
||||
<style name="AppTheme.Dialog" parent="Theme.Material3.DayNight.BottomSheetDialog" />
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user