remove copy of standard resources
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_pressed" />
|
||||
<item android:state_focused="true" android:state_default="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default" />
|
||||
<item android:state_focused="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_normal" />
|
||||
<item android:state_enabled="true" android:state_default="true"
|
||||
android:drawable="@drawable/btn_default" />
|
||||
<item android:state_enabled="true" android:state_hovered="true"
|
||||
android:drawable="@drawable/btn_hover" />
|
||||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_normal" />
|
||||
<item
|
||||
android:drawable="@drawable/btn_disabled" />
|
||||
</selector>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="@null"
|
||||
android:state_enabled="false"/>
|
||||
<item
|
||||
android:drawable="@null"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_pressed"
|
||||
android:state_pressed="true" />
|
||||
<item
|
||||
android:drawable="btn_hover"
|
||||
android:state_hovered="true" android:state_enabled="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
|
@ -1,45 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<!-- Enabled states -->
|
||||
|
||||
<item android:state_checked="true" android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_on_pressed" />
|
||||
<item android:state_checked="false" android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_off_pressed" />
|
||||
|
||||
<item android:state_checked="true" android:state_focused="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_on_focused" />
|
||||
<item android:state_checked="false" android:state_focused="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_off_focused" />
|
||||
|
||||
<item android:state_checked="true" android:state_hovered="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_on_focused" />
|
||||
<item android:state_checked="false" android:state_hovered="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_off_focused" />
|
||||
|
||||
<item android:state_checked="false"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_off" />
|
||||
<item android:state_checked="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_check_on" />
|
||||
|
||||
|
||||
<!-- Disabled states -->
|
||||
|
||||
<item android:state_checked="true"
|
||||
android:drawable="@drawable/btn_check_on_disabled" />
|
||||
<item android:state_checked="false"
|
||||
android:drawable="@drawable/btn_check_off_disabled" />
|
||||
|
||||
<item android:state_checked="false" android:drawable="@drawable/btn_check_off" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/btn_check_on" />
|
||||
|
||||
</selector>
|
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.2 KiB |
|
@ -1,33 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (C) 2008 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_window_focused="false" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default_small_normal" />
|
||||
<item android:state_window_focused="false" android:state_enabled="false"
|
||||
android:drawable="@drawable/btn_default_small_normal_disable" />
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_default_small_pressed" />
|
||||
<item android:state_focused="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default_small_selected" />
|
||||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default_small_normal" />
|
||||
<item android:state_focused="true"
|
||||
android:drawable="@drawable/btn_default_small_normal_disable_focused" />
|
||||
<item
|
||||
android:drawable="@drawable/btn_default_small_normal_disable" />
|
||||
</selector>
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="btn_default_small_normal_disable_focused"
|
||||
color_transform_add1="0,0,0,0"
|
||||
android:state_enabled="false"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_default_small_normal_disable"
|
||||
color_transform_add1="0,0,0,0"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_default_small_pressed"
|
||||
color_transform_add1="0,0,0,0"
|
||||
android:state_pressed="true" />
|
||||
<item
|
||||
android:drawable="btn_default_small_selected"
|
||||
color_transform_add1="0,0,0,0"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="btn_default_small_normal_hover"
|
||||
color_transform_add1="0,0,0,0"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
|
@ -1,34 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_checked="true" android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_on_pressed" />
|
||||
<item android:state_checked="false" android:state_pressed="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_off_pressed" />
|
||||
|
||||
<item android:state_checked="true" android:state_focused="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_on_focused" />
|
||||
<item android:state_checked="false" android:state_focused="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_off_focused" />
|
||||
|
||||
<item android:state_checked="true" android:state_hovered="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_on_focused" />
|
||||
<item android:state_checked="false" android:state_hovered="true"
|
||||
android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_off_focused" />
|
||||
|
||||
<item android:state_checked="false" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_off" />
|
||||
<item android:state_checked="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_radio_on" />
|
||||
|
||||
<!-- Disabled states -->
|
||||
|
||||
<item android:state_checked="false" android:drawable="@drawable/btn_radio_off_disabled" />
|
||||
<item android:state_checked="true" android:drawable="@drawable/btn_radio_on_disabled" />
|
||||
|
||||
</selector>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="main_menu_item_background_selected"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="main_menu_item_background_hover"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
Before Width: | Height: | Size: 347 B |
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true"
|
||||
android:drawable="@drawable/btn_pressed" />
|
||||
<item android:state_focused="true" android:state_default="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default" />
|
||||
<item android:state_focused="true" android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_default" />
|
||||
<item android:state_enabled="true" android:state_default="true"
|
||||
android:drawable="@drawable/btn_default" />
|
||||
<item android:state_enabled="true" android:state_hovered="true"
|
||||
android:drawable="@drawable/btn_hover" />
|
||||
<item android:state_enabled="true"
|
||||
android:drawable="@drawable/btn_normal" />
|
||||
<item
|
||||
android:drawable="@drawable/btn_disabled" />
|
||||
</selector>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_focused="true" android:state_enabled="false" android:drawable="editbox_background_disabled_focus" />
|
||||
<item android:state_focused="true" android:drawable="editbox_background_focus" />
|
||||
<item android:state_enabled="false" android:drawable="editbox_background_disabled" />
|
||||
<item android:drawable="editbox_background_normal" />
|
||||
</selector>
|
||||
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 215 B |
|
@ -1,12 +0,0 @@
|
|||
#common actions, used in standard dialogs and controls
|
||||
#english language resources
|
||||
ACTION_OK=Ok
|
||||
ACTION_CANCEL=Cancel
|
||||
ACTION_YES=Yes
|
||||
ACTION_NO=No
|
||||
ACTION_CLOSE=Close
|
||||
ACTION_ABORT=Abort
|
||||
ACTION_RETRY=Retry
|
||||
ACTION_IGNORE=Ignore
|
||||
ACTION_OPEN=Open
|
||||
ACTION_SAVE=Save
|
|
@ -1,12 +0,0 @@
|
|||
#common actions, used in standard dialogs and controls
|
||||
#russian language resources
|
||||
ACTION_OK=Ок
|
||||
ACTION_CANCEL=Отмена
|
||||
ACTION_YES=Да
|
||||
ACTION_NO=Нет
|
||||
ACTION_CLOSE=Закрыть
|
||||
ACTION_ABORT=Прервать
|
||||
ACTION_RETRY=Повтор
|
||||
ACTION_IGNORE=Игнорировать
|
||||
ACTION_OPEN=Открыть
|
||||
ACTION_SAVE=Сохранить
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="btn_disabled"
|
||||
android:state_enabled="false"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_pressed"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_normal"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="#E04040FF"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="#C0000000,1px"
|
||||
android:state_enabled="false"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="#80000000,1px,#E04040FF"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="#A00000FF"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="#E04040FF"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
|
@ -1,11 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="main_menu_item_background_selected"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="main_menu_item_background_hover"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 189 B |
Before Width: | Height: | Size: 208 B |
Before Width: | Height: | Size: 154 B |
Before Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 360 B |
Before Width: | Height: | Size: 241 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 593 B |
Before Width: | Height: | Size: 514 B |
Before Width: | Height: | Size: 376 B |
Before Width: | Height: | Size: 516 B |
Before Width: | Height: | Size: 528 B |
Before Width: | Height: | Size: 532 B |
Before Width: | Height: | Size: 582 B |
Before Width: | Height: | Size: 557 B |
Before Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 476 B |
Before Width: | Height: | Size: 469 B |
Before Width: | Height: | Size: 354 B |
Before Width: | Height: | Size: 461 B |
Before Width: | Height: | Size: 412 B |
Before Width: | Height: | Size: 537 B |
Before Width: | Height: | Size: 584 B |
Before Width: | Height: | Size: 583 B |
Before Width: | Height: | Size: 601 B |
Before Width: | Height: | Size: 584 B |
Before Width: | Height: | Size: 632 B |
Before Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 644 B |
Before Width: | Height: | Size: 632 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 956 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 220 B |
Before Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 259 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 652 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 205 B |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 187 B |
Before Width: | Height: | Size: 193 B |
Before Width: | Height: | Size: 540 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 247 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 1.7 KiB |
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<item
|
||||
android:drawable="btn_disabled"
|
||||
android:state_enabled="false"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_pressed"
|
||||
android:state_focused="true" />
|
||||
<item
|
||||
android:drawable="btn_normal"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="#E04040FF"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="@null" />
|
||||
</selector>
|
Before Width: | Height: | Size: 374 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 378 B |
Before Width: | Height: | Size: 353 B |
Before Width: | Height: | Size: 371 B |
Before Width: | Height: | Size: 142 B |
Before Width: | Height: | Size: 138 B |
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:drawable="tab_btn_dark_up_focused_selected"
|
||||
android:state_selected="true" android:state_window_focused="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_dark_up_focused"
|
||||
android:state_window_focused="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_dark_up_selected"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_dark_up_hover"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_dark_up_normal" />
|
||||
</selector>
|
Before Width: | Height: | Size: 1.1 KiB |
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:constantSize="true"
|
||||
android:dither="false"
|
||||
android:variablePadding="false" >
|
||||
<item
|
||||
android:drawable="tab_btn_up_hover"
|
||||
android:state_hovered="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_up_selected"
|
||||
android:state_selected="true" />
|
||||
<item
|
||||
android:drawable="tab_btn_up_normal" />
|
||||
</selector>
|
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 333 B |