XML String sort
This commit is contained in:
parent
f926cdeaf6
commit
f112d3a375
88 changed files with 75 additions and 1955 deletions
|
@ -172,39 +172,6 @@
|
|||
<item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
|
||||
</style>
|
||||
|
||||
<!-- set the rounded drawable as background to your bottom sheet -->
|
||||
<style name="BottomSheet" parent="@style/Widget.Design.BottomSheet.Modal">
|
||||
<item name="android:background">@drawable/bg_bottom_sheet_dialog_fragment</item>
|
||||
</style>
|
||||
|
||||
<style name="BaseBottomSheetDialog" parent="@style/Theme.Design.Light.BottomSheetDialog">
|
||||
<item name="android:windowIsFloating">false</item>
|
||||
<item name="bottomSheetStyle">@style/BottomSheet</item>
|
||||
</style>
|
||||
|
||||
<style name="BaseBottomSheetDialogDark" parent="@style/Theme.Design.BottomSheetDialog">
|
||||
<item name="android:windowIsFloating">false</item>
|
||||
<item name="bottomSheetStyle">@style/BottomSheet</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomSheetDialogTheme" parent="BaseBottomSheetDialog">
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:navigationBarColor">?cardBackgroundColor</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomSheetDialogThemeDark" parent="BaseBottomSheetDialogDark">
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:navigationBarColor">?cardBackgroundColor</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomSheetDialog" parent="Theme.Design.BottomSheetDialog">
|
||||
<item name="bottomSheetStyle">@style/BottomSheetStyle</item>
|
||||
</style>
|
||||
|
||||
<style name="BottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
|
||||
<item name="android:background">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="FabParent">
|
||||
<item name="borderWidth">0dp</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue