mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +01:00
Fixing library selector
This commit is contained in:
parent
2e4af629c6
commit
7087e4ce9f
@ -2,20 +2,20 @@
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/fullRippleColor">
|
||||
<item android:id="@android:id/mask"
|
||||
android:top="4dp"
|
||||
android:bottom="0dp"
|
||||
android:left="2dp"
|
||||
android:right="2dp">
|
||||
android:top="6dp"
|
||||
android:bottom="2dp"
|
||||
android:left="6dp"
|
||||
android:right="6dp">
|
||||
<shape android:shape="rectangle">
|
||||
<corners android:radius="4dp" />
|
||||
<solid android:color="@color/fullRippleColor" />
|
||||
</shape>
|
||||
</item>
|
||||
<item
|
||||
android:top="4dp"
|
||||
android:bottom="0dp"
|
||||
android:left="2dp"
|
||||
android:right="2dp">
|
||||
android:top="6dp"
|
||||
android:bottom="2dp"
|
||||
android:left="6dp"
|
||||
android:right="6dp">
|
||||
<selector>
|
||||
<item android:state_selected="true">
|
||||
<shape android:shape="rectangle">
|
||||
|
@ -35,7 +35,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:adjustViewBounds="true"
|
||||
android:foreground="?android:attr/selectableItemBackground"
|
||||
android:background="?android:attr/colorBackground"
|
||||
android:maxHeight="250dp"
|
||||
tools:background="?android:attr/colorBackground"
|
||||
|
Loading…
Reference in New Issue
Block a user