diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-07-12 13:23:50 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-07-12 13:23:50 -0700 |
commit | 1bce73fa27683972021150de93ca7a5b66652e79 (patch) | |
tree | 8c31fbc39e909a11c67fd98a37a18f72aaebe682 /res/drawable/btn_bg.xml | |
parent | 5abe274a3572e08149fa10481bf552ab4ceda9c0 (diff) | |
parent | 9ac927c4c812149802fccdeb42dd66573c2c5281 (diff) | |
download | dsub-1bce73fa27683972021150de93ca7a5b66652e79.tar.gz dsub-1bce73fa27683972021150de93ca7a5b66652e79.tar.bz2 dsub-1bce73fa27683972021150de93ca7a5b66652e79.zip |
Merge branch 'master' of https://github.com/daneren2005/Subsonic into MediaStore
Diffstat (limited to 'res/drawable/btn_bg.xml')
-rw-r--r-- | res/drawable/btn_bg.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/res/drawable/btn_bg.xml b/res/drawable/btn_bg.xml deleted file mode 100644 index 79d40784..00000000 --- a/res/drawable/btn_bg.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2010 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" android:exitFadeDuration="@android:integer/config_mediumAnimTime">
-
- <item android:drawable="@color/ics_opaque" android:state_pressed="true"/>
- <item android:drawable="@color/ics_opaque" android:state_enabled="true" android:state_focused="true"/>
-
-</selector>
\ No newline at end of file |