mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-12 21:35:18 +01:00
switch tracker cards to use the background_card attr
This commit is contained in:
parent
4828f934b5
commit
5f8643a33d
@ -15,7 +15,7 @@
|
||||
</item>
|
||||
|
||||
<item android:id="@android:id/mask">
|
||||
<color android:color="@color/dialog" />
|
||||
<color android:color="?attr/background_card" />
|
||||
</item>
|
||||
</selector>
|
||||
</item>
|
||||
|
@ -11,7 +11,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:background="@color/dialog">
|
||||
android:background="?attr/background_card">
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/logo_container"
|
||||
|
Loading…
Reference in New Issue
Block a user