Skip to content

Commit 9a0fbd4

Browse files
Winson ChungAndroid (Google) Code Review
authored andcommitted
Merge "Removing the plus page when we reach the max number of allowable widgets. (Bug 7564782)" into jb-mr1.1-dev
2 parents 7f2a989 + 4752e7d commit 9a0fbd4

File tree

14 files changed

+68
-21
lines changed

14 files changed

+68
-21
lines changed
-1 Bytes
Loading
1.04 KB
Loading
1004 Bytes
Loading
12 Bytes
Loading
832 Bytes
Loading
809 Bytes
Loading
14 Bytes
Loading
1.32 KB
Loading
1.22 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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/kg_add_widget_pressed" />
19+
<item android:state_enabled="false" android:drawable="@drawable/kg_add_widget_disabled" />
20+
<item android:drawable="@drawable/kg_add_widget" />
21+
</selector>

0 commit comments

Comments
 (0)