diff options
author | Sascha Haeberling <haeberling@google.com> | 2013-08-06 11:43:02 -0700 |
---|---|---|
committer | Sascha Haeberling <haeberling@google.com> | 2013-08-06 11:43:02 -0700 |
commit | 8e963a5a6016d246184ed65906f9d103e92b17e2 (patch) | |
tree | 02eb244ea4a20d9aa8e43916a40b876be8935d11 /res/values/filtershow_styles.xml | |
parent | 4fc90b07dcf316c7ce6c5313af8202e84bc85603 (diff) | |
download | android_packages_apps_Snap-8e963a5a6016d246184ed65906f9d103e92b17e2.tar.gz android_packages_apps_Snap-8e963a5a6016d246184ed65906f9d103e92b17e2.tar.bz2 android_packages_apps_Snap-8e963a5a6016d246184ed65906f9d103e92b17e2.zip |
This removes all non-Camera stuff from Camera2.
Note: Camera2 is a clone of Gallery2 right now.
Note 2: I will bring .mk files back later.
Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
Diffstat (limited to 'res/values/filtershow_styles.xml')
-rw-r--r-- | res/values/filtershow_styles.xml | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/res/values/filtershow_styles.xml b/res/values/filtershow_styles.xml deleted file mode 100644 index 4162ccde9..000000000 --- a/res/values/filtershow_styles.xml +++ /dev/null @@ -1,68 +0,0 @@ -<?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. ---> -<resources> - - <style name="FilterShowHistoryButton"> - <item name="android:layout_width">wrap_content</item> - <item name="android:layout_height">48dip</item> - <item name="android:layout_weight">1</item> - <item name="android:background">@drawable/filtershow_button_background</item> - <item name="android:gravity">center</item> - <item name="android:padding">2dip</item> - <item name="android:textColor">@android:color/white</item> - <item name="android:textSize">18dip</item> - <item name="android:textStyle">bold</item> - </style> - - <style name="FilterShowTopButton"> - <item name="android:layout_width">wrap_content</item> - <item name="android:layout_height">match_parent</item> - <item name="android:background">@drawable/filtershow_button_background</item> - <item name="android:gravity">center</item> - <item name="android:padding">8dip</item> - <item name="android:textColor">@android:color/white</item> - <item name="android:textSize">18dip</item> - <item name="android:textStyle">bold</item> - <item name="android:scaleType">centerInside</item> - </style> - - <style name="FilterShowBottomButton"> - <item name="android:layout_width">96dip</item> - <item name="android:layout_height">wrap_content</item> - <item name="android:background">@drawable/filtershow_button_background</item> - <item name="android:gravity">center</item> - <item name="android:paddingBottom">16dip</item> - <item name="android:textColor">@android:color/white</item> - <item name="android:textSize">18dip</item> - <item name="android:textStyle">bold</item> - <item name="android:scaleType">centerInside</item> - </style> - - <style name="FilterShowSlider"> - <item name="android:indeterminateOnly">false</item> - <item name="android:progressDrawable">@drawable/filtershow_slider</item> - <item name="android:indeterminateDrawable">@drawable/filtershow_slider</item> - <item name="android:minHeight">13dip</item> - <item name="android:maxHeight">13dip</item> - <item name="android:thumb">@drawable/filtershow_scrubber</item> - <item name="android:thumbOffset">16dip</item> - <item name="android:focusable">true</item> - <item name="android:paddingStart">16dip</item> - <item name="android:paddingEnd">16dip</item> - </style> - -</resources>
\ No newline at end of file |