Skip to content
Snippets Groups Projects
Commit fe5262a7 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by The Android Automerger
Browse files

Rename KLP theme related resources

Bug: 11622614
Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
parent d5e6044d
No related branches found
No related tags found
No related merge requests found
Showing
with 13 additions and 13 deletions
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Functional keys. --> <!-- Functional keys. -->
<item android:state_pressed="true" <item android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_dark_pressed_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_pressed_klp" />
<item android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" /> <item android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" />
</selector> </selector>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 The Android Open Source Project <!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
...@@ -17,23 +17,23 @@ ...@@ -17,23 +17,23 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Functional keys. --> <!-- Functional keys. -->
<item android:state_single="true" android:state_pressed="true" <item android:state_single="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_dark_pressed_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_pressed_klp" />
<item android:state_single="true" <item android:state_single="true"
android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_normal_holo" />
<!-- Action keys. --> <!-- Action keys. -->
<item android:state_active="true" android:state_pressed="true" <item android:state_active="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_dark_pressed_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_pressed_klp" />
<item android:state_active="true" <item android:state_active="true"
android:drawable="@drawable/btn_keyboard_key_dark_active_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_active_klp" />
<!-- Toggle keys. Use checkable/checked state. --> <!-- Toggle keys. Use checkable/checked state. -->
<item android:state_checkable="true" android:state_checked="true" android:state_pressed="true" <item android:state_checkable="true" android:state_checked="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_dark_pressed_on_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_pressed_on_klp" />
<item android:state_checkable="true" android:state_pressed="true" <item android:state_checkable="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_dark_pressed_off_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_pressed_off_klp" />
<item android:state_checkable="true" android:state_checked="true" <item android:state_checkable="true" android:state_checked="true"
android:drawable="@drawable/btn_keyboard_key_dark_normal_on_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_normal_on_klp" />
<item android:state_checkable="true" <item android:state_checkable="true"
android:drawable="@drawable/btn_keyboard_key_dark_normal_off_holo" /> android:drawable="@drawable/btn_keyboard_key_dark_normal_off_holo" />
...@@ -43,6 +43,6 @@ ...@@ -43,6 +43,6 @@
<!-- Normal keys. --> <!-- Normal keys. -->
<item android:state_pressed="true" <item android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_light_pressed_holo" /> android:drawable="@drawable/btn_keyboard_key_light_pressed_klp" />
<item android:drawable="@drawable/btn_keyboard_key_light_normal_holo" /> <item android:drawable="@drawable/btn_keyboard_key_light_normal_holo" />
</selector> </selector>
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 The Android Open Source Project <!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
...@@ -16,6 +16,6 @@ ...@@ -16,6 +16,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android"> <selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true" <item android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_popup_selected_holo" /> android:drawable="@drawable/btn_keyboard_key_popup_selected_klp" />
<item android:drawable="@drawable/transparent" /> <item android:drawable="@drawable/transparent" />
</selector> </selector>
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!-- <!--
/* /*
** **
** Copyright 2011, The Android Open Source Project ** Copyright 2013, The Android Open Source Project
** **
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License. ** you may not use this file except in compliance with the License.
...@@ -23,5 +23,5 @@ ...@@ -23,5 +23,5 @@
> >
<item <item
android:state_pressed="true" android:state_pressed="true"
android:drawable="@drawable/btn_keyboard_key_popup_selected_holo" /> android:drawable="@drawable/btn_keyboard_key_popup_selected_klp" />
</selector> </selector>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment