mirror of https://github.com/tasks/tasks
Remove unused resources
parent
d332c9dd4b
commit
b96a506cb9
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<!-- Bottom 2dp Shadow -->
|
||||
<item>
|
||||
<shape android:shape="rectangle" >
|
||||
<solid
|
||||
android:color="#222"/>
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:bottom="2px" android:right="1px" android:top="1px" android:left="1px">
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="#000000" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
** Copyright (c) 2012 Todoroo Inc
|
||||
**
|
||||
** See the file "LICENSE" for the full license governing this code.
|
||||
-->
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
|
||||
<!-- Bottom 2dp Shadow -->
|
||||
<item>
|
||||
<shape android:shape="rectangle" >
|
||||
<solid
|
||||
android:color="#aaa"/>
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
<item android:bottom="2px" android:right="1px" android:top="1px" android:left="1px">
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="#ffffff" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
</item>
|
||||
|
||||
</layer-list>
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
||||
|
||||
<item android:state_window_focused="false" android:drawable="@android:color/transparent" />
|
||||
|
||||
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
||||
<item android:state_focused="true"
|
||||
android:drawable="@color/task_row_bg_dark_pressed" />
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/task_row_bg_dark_pressed" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
|
||||
</selector>
|
@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:exitFadeDuration="@android:integer/config_mediumAnimTime">
|
||||
|
||||
<item android:state_window_focused="false" android:drawable="@android:color/transparent" />
|
||||
|
||||
<!-- Even though these two point to the same resource, have two states so the drawable will invalidate itself when coming out of pressed state. -->
|
||||
<item android:state_focused="true"
|
||||
android:drawable="@color/task_row_bg_white_pressed" />
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@color/task_row_bg_white_pressed" />
|
||||
<item android:state_focused="false"
|
||||
android:state_pressed="false"
|
||||
android:drawable="@android:color/transparent" />
|
||||
|
||||
</selector>
|
Loading…
Reference in New Issue