forked from organicmaps/organicmaps
[android] removed a few unused resources.
Signed-off-by: Dzmitry Yarmolenka <dzmitry.yarmolenka.1986@gmail.com>
This commit is contained in:
parent
c1c806c81d
commit
8aa4cd94d4
12 changed files with 0 additions and 157 deletions
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/button_pressed">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards"/>
|
||||
<stroke android:color="@color/black_11" android:width="1dp"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:color="@color/button_pressed_night">
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards_night"/>
|
||||
<stroke android:color="@color/black_11" android:width="1dp"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
||||
</item>
|
||||
</ripple>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
|
||||
<group>
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:fillAlpha="0.54"
|
||||
android:pathData="M4.54038 11.5404C4.28654 11.7942 4.28654 12.2058 4.54038 12.4596C4.79422 12.7135 5.20578 12.7135 5.45962 12.4596L4.54038 11.5404ZM13.65 4C13.65 3.64102 13.359 3.35 13 3.35H7.15C6.79101 3.35 6.5 3.64102 6.5 4C6.5 4.35899 6.79101 4.65 7.15 4.65L12.35 4.65V9.85C12.35 10.209 12.641 10.5 13 10.5C13.359 10.5 13.65 10.209 13.65 9.85V4ZM5.45962 12.4596L13.4596 4.45962L12.5404 3.54038L4.54038 11.5404L5.45962 12.4596Z" />
|
||||
</group>
|
||||
</vector>
|
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="16dp"
|
||||
android:height="16dp"
|
||||
android:viewportWidth="16"
|
||||
android:viewportHeight="16">
|
||||
|
||||
<group>
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:fillAlpha="0.7"
|
||||
android:pathData="M4.54038 11.5404C4.28654 11.7942 4.28654 12.2058 4.54038 12.4596C4.79422 12.7135 5.20578 12.7135 5.45962 12.4596L4.54038 11.5404ZM13.65 4C13.65 3.64102 13.359 3.35 13 3.35H7.15C6.79101 3.35 6.5 3.64102 6.5 4C6.5 4.35899 6.79101 4.65 7.15 4.65L12.35 4.65V9.85C12.35 10.209 12.641 10.5 13 10.5C13.359 10.5 13.65 10.209 13.65 9.85V4ZM5.45962 12.4596L13.4596 4.45962L12.5404 3.54038L4.54038 11.5404L5.45962 12.4596Z" />
|
||||
</group>
|
||||
</vector>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/bg_tag_pressed"
|
||||
android:state_pressed="true"/>
|
||||
|
||||
<item android:drawable="@drawable/bg_tag_selected"
|
||||
android:state_selected="true"/>
|
||||
|
||||
<item android:drawable="@drawable/bg_tag_normal"/>
|
||||
</selector>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards"/>
|
||||
<stroke android:color="@color/black_11" android:width="1dp"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/bg_cards_night"/>
|
||||
<stroke android:color="@color/white_11" android:width="1dp"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/button_pressed"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/button_pressed_night"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/base_accent"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/base_accent_night"/>
|
||||
<size android:height="@dimen/hotel_filters_tag_height"/>
|
||||
<padding
|
||||
android:bottom="@dimen/margin_half"
|
||||
android:top="@dimen/margin_half"
|
||||
android:left="@dimen/margin_base"
|
||||
android:right="@dimen/margin_base"/>
|
||||
<corners android:radius="@dimen/margin_base"/>
|
||||
</shape>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="@color/yellow" />
|
||||
<corners android:radius="@dimen/button_small_corner_radius" />
|
||||
</shape>
|
Loading…
Add table
Reference in a new issue