summaryrefslogtreecommitdiffstats
path: root/res/layout/filtericonbutton.xml
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-19 10:47:49 -0800
committerRuben Brunk <rubenbrunk@google.com>2013-01-11 17:52:36 -0800
commit405feeac6565e52882f05dca46097db57b9b1133 (patch)
treec487c3f0eb46e28bdcdf4a85b1b70e8e126c90cf /res/layout/filtericonbutton.xml
parentdbe227cc4aa7ca09f098f371102096e71519c24a (diff)
downloadandroid_packages_apps_Snap-405feeac6565e52882f05dca46097db57b9b1133.tar.gz
android_packages_apps_Snap-405feeac6565e52882f05dca46097db57b9b1133.tar.bz2
android_packages_apps_Snap-405feeac6565e52882f05dca46097db57b9b1133.zip
Refactoring button class. Minor bug fixes.
Bug: 7875246 Bug: 7459118 Change-Id: Ic1099a7ae0feeeb16c8be3035f9726805149666e
Diffstat (limited to 'res/layout/filtericonbutton.xml')
-rw-r--r--res/layout/filtericonbutton.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/layout/filtericonbutton.xml b/res/layout/filtericonbutton.xml
new file mode 100644
index 000000000..8fc98e38c
--- /dev/null
+++ b/res/layout/filtericonbutton.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 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.
+-->
+<com.android.gallery3d.filtershow.ui.FilterIconButton
+ style="@style/FilterIconButton" />