From 405feeac6565e52882f05dca46097db57b9b1133 Mon Sep 17 00:00:00 2001 From: Ruben Brunk Date: Wed, 19 Dec 2012 10:47:49 -0800 Subject: Refactoring button class. Minor bug fixes. Bug: 7875246 Bug: 7459118 Change-Id: Ic1099a7ae0feeeb16c8be3035f9726805149666e --- res/layout/filtericonbutton.xml | 18 ++++++++++++ res/layout/filtershow_activity.xml | 58 ++++++++++++++++---------------------- res/values/iconbutton_styles.xml | 49 ++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 33 deletions(-) create mode 100644 res/layout/filtericonbutton.xml create mode 100644 res/values/iconbutton_styles.xml 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 @@ + + + diff --git a/res/layout/filtershow_activity.xml b/res/layout/filtershow_activity.xml index dfd669f98..35e83bc97 100644 --- a/res/layout/filtershow_activity.xml +++ b/res/layout/filtershow_activity.xml @@ -16,6 +16,7 @@ --> @@ -95,12 +96,6 @@ android:layerType="software" android:visibility="gone" /> - - - - - - - - @@ -294,7 +285,7 @@ @@ -302,7 +293,8 @@ diff --git a/res/values/iconbutton_styles.xml b/res/values/iconbutton_styles.xml new file mode 100644 index 000000000..e33460af2 --- /dev/null +++ b/res/values/iconbutton_styles.xml @@ -0,0 +1,49 @@ + + + + + + + -- cgit v1.2.3