Wrong card background fix + bump gradle version (#337)
This commit is contained in:
@@ -22,4 +22,5 @@
|
||||
<attr name="selectable_library_drawable" format="reference|integer"/>
|
||||
<attr name="divider_drawable" format="reference|integer" />
|
||||
<attr name="text_color_primary" format="reference|integer"/>
|
||||
<attr name="background_card" format="reference|integer"/>
|
||||
</resources>
|
||||
|
||||
@@ -142,9 +142,10 @@
|
||||
</style>
|
||||
|
||||
<style name="Theme.Widget.CardView">
|
||||
<item name="android:layout_marginRight">@dimen/card_margin</item>
|
||||
<item name="android:layout_marginLeft">@dimen/card_margin</item>
|
||||
<item name="android:layout_marginTop">@dimen/card_margin</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:background">?attr/background_card</item>
|
||||
<item name="android:layout_margin">@dimen/card_margin</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Widget.GridView">
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
<item name="selectable_library_drawable">@drawable/library_item_selector_light</item>
|
||||
<item name="divider_drawable">@drawable/line_divider_light</item>
|
||||
<item name="text_color_primary">@color/textColorPrimaryLight</item>
|
||||
<item name="background_card">@color/backgroundLight</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Tachiyomi" parent="Theme.Base">
|
||||
@@ -68,6 +69,7 @@
|
||||
<item name="selectable_library_drawable">@drawable/library_item_selector_dark</item>
|
||||
<item name="divider_drawable">@drawable/line_divider_dark</item>
|
||||
<item name="text_color_primary">@color/textColorPrimaryDark</item>
|
||||
<item name="background_card">@color/backgroundDark</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.Tachiyomi.Dark" parent="Theme.Base.Dark">
|
||||
|
||||
Reference in New Issue
Block a user