Skip to content

Commit 40e262e

Browse files
dsandlerAndroid Git Automerger
authored andcommitted
am b883116: Merge "Notification & settings panel help." into jb-mr1-dev
* commit 'b88311685c84fe4a5b763c510cc630c9d4b1d036': Notification & settings panel help.
2 parents ee1108b + b883116 commit 40e262e

File tree

18 files changed

+285
-2
lines changed

18 files changed

+285
-2
lines changed
11.9 KB
Loading
333 Bytes
Loading
467 Bytes
Loading
7.07 KB
Loading
245 Bytes
Loading
370 Bytes
Loading
17.5 KB
Loading
400 Bytes
Loading
601 Bytes
Loading
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2012 The Android Open Source Project
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
-->
16+
17+
<selector xmlns:android="http://schemas.android.com/apk/res/android">
18+
<item android:state_pressed="true" android:drawable="@drawable/btn_cling_pressed" />
19+
<item android:drawable="@drawable/btn_cling_normal" />
20+
</selector>

0 commit comments

Comments
 (0)