AndroidX lib refactor
This commit is contained in:
parent
08f0b5e76e
commit
a8dfe106bb
233 changed files with 3254 additions and 9769 deletions
|
@ -95,12 +95,6 @@
|
|||
</style>
|
||||
|
||||
|
||||
<style name="FabParent">
|
||||
<item name="borderWidth">0dp</item>
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
</style>
|
||||
|
||||
<style name="MusicProgressSliderParent">
|
||||
<item name="android:progressDrawable">@android:color/transparent</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
|
@ -108,38 +102,15 @@
|
|||
<item name="android:thumb">@drawable/slider_thumb</item>
|
||||
</style>
|
||||
|
||||
<style name="TraditionalMusicProgressSliderParent">
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:layout_marginLeft">@dimen/seek_bar_margin_left_right</item>
|
||||
<item name="android:layout_marginRight">@dimen/seek_bar_margin_left_right</item>
|
||||
</style>
|
||||
|
||||
<!-- content description is necessary to find the overflow button later in the layout-->
|
||||
<style name="Widget.ActionButton.Overflow" parent="Widget.AppCompat.ActionButton.Overflow">
|
||||
<item name="android:contentDescription">@string/abc_action_menu_overflow_description</item>
|
||||
</style>
|
||||
|
||||
<style name="SearchViewTheme" parent="PlaidDarkOverlay">
|
||||
<item name="colorControlActivated">?android:colorAccent</item>
|
||||
<item name="android:searchViewStyle">@style/SearchView</item>
|
||||
</style>
|
||||
|
||||
<style name="PlaidDarkOverlay" parent="@android:style/ThemeOverlay.Material.Dark.ActionBar">
|
||||
<!-- Used to theme dark elements in light themed screens.
|
||||
Extend the material dark Action Bar overlay as this contains text styling. -->
|
||||
</style>
|
||||
|
||||
<style name="SearchView" parent="android:style/Widget.Material.SearchView">
|
||||
<item name="android:searchIcon">@android:color/transparent</item>
|
||||
<item name="android:searchHintIcon">@android:color/transparent</item>
|
||||
<item name="android:queryBackground">@android:color/transparent</item>
|
||||
<item name="android:submitBackground">@android:color/transparent</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>
|
||||
<!-- <item name="behavior_peekHeight">200dp</item>-->
|
||||
</style>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue