Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 371 B |
After Width: | Height: | Size: 309 B |
After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 344 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 305 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 158 B |
Before Width: | Height: | Size: 223 B |
Before Width: | Height: | Size: 288 B |
After Width: | Height: | Size: 208 B |
After Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 133 B |
After Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 469 B |
After Width: | Height: | Size: 372 B |
After Width: | Height: | Size: 365 B |
Before Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 195 B |
Before Width: | Height: | Size: 369 B |
After Width: | Height: | Size: 205 B |
After Width: | Height: | Size: 193 B |
After Width: | Height: | Size: 540 B |
After Width: | Height: | Size: 527 B |
After Width: | Height: | Size: 203 B |
After Width: | Height: | Size: 195 B |
After Width: | Height: | Size: 270 B |
After Width: | Height: | Size: 248 B |
@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape>
|
||||
<solid android:color="@color/touch_highlight" />
|
||||
</shape>
|
||||
<bitmap android:src="@drawable/card" />
|
||||
</item>
|
||||
<item android:drawable="@drawable/card" />
|
||||
</selector>
|
@ -0,0 +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>
|
||||
<solid android:color="@color/import_export_touch_highlight_dark" />
|
||||
</shape>
|
||||
<layer-list android:src="@drawable/import_export_item_background_dark" />
|
||||
</item>
|
||||
<item android:drawable="@drawable/import_export_item_background_dark" />
|
||||
</selector>
|
@ -0,0 +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>
|
||||
<solid android:color="@color/import_export_touch_highlight_light" />
|
||||
</shape>
|
||||
<layer-list android:src="@drawable/import_export_item_background_light" />
|
||||
</item>
|
||||
<item android:drawable="@drawable/import_export_item_background_light" />
|
||||
</selector>
|
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/import_export_item_background_shadow_dark" />
|
||||
<corners android:radius="@dimen/conversation_item_corner_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:bottom="@dimen/conversation_item_drop_shadow_dist">
|
||||
<shape>
|
||||
<solid android:color="@color/import_export_item_background_dark" />
|
||||
<corners android:radius="@dimen/conversation_item_corner_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item>
|
||||
<shape android:shape="rectangle">
|
||||
<solid android:color="@color/import_export_item_background_shadow_light" />
|
||||
<corners android:radius="@dimen/conversation_item_corner_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
<item android:bottom="@dimen/conversation_item_drop_shadow_dist">
|
||||
<shape>
|
||||
<solid android:color="@color/import_export_item_background_light" />
|
||||
<corners android:radius="@dimen/conversation_item_corner_radius" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|