remove selectors
This commit is contained in:
parent
8d095cfb0e
commit
09735f998a
2 changed files with 18 additions and 34 deletions
|
@ -1,18 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke android:width="1dp" android:color="@color/ctx_menu_info_divider_dark" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke android:width="1dp" android:color="@color/ctx_menu_info_divider_dark" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/ctx_menu_info_divider_dark" />
|
||||
</shape>
|
||||
</shape>
|
||||
|
|
|
@ -1,18 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke android:width="1dp" android:color="@color/ctx_menu_info_divider_light" />
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke android:width="1dp" android:color="@color/ctx_menu_info_divider_light" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</selector>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@null" />
|
||||
<corners android:radius="3dp" />
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="@color/ctx_menu_info_divider_light" />
|
||||
</shape>
|
||||
</shape>
|
Loading…
Reference in a new issue