OSDN Git Service

Draw UI fixes
[android-x86/packages-apps-Gallery2.git] / res / values / filtershow_values.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2013 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 <resources>
18     <!-- Specify the screen orientation -->
19     <bool name="only_use_portrait">true</bool>
20
21     <!-- Text size for the state panel -->
22     <dimen name="state_panel_text_size">16dip</dimen>
23
24     <!-- Category Panel Height -->
25     <dimen name="category_panel_height">86dip</dimen>
26
27     <!-- Category Panel Icon Size -->
28     <dimen name="category_panel_icon_size">64dip</dimen>
29
30     <!-- Category Panel Text Size -->
31     <dimen name="category_panel_text_size">13dip</dimen>
32
33     <!-- Category Panel Text Size -->
34     <dimen name="category_panel_margin">4dip</dimen>
35
36     <!-- Grad filter dot size -->
37     <dimen name="gradcontrol_dot_size">20dip</dimen>
38
39     <!-- Grad filter minimum touch distance -->
40     <dimen name="gradcontrol_min_touch_dist">80dip</dimen>
41
42     <!-- Grad filter minimum touch distance -->
43     <dimen name="draw_rect_border">20dip</dimen>
44
45     <!-- Grad filter minimum touch distance -->
46     <dimen name="draw_rect_shadow">8dip</dimen>
47
48     <!-- Grad filter minimum touch distance -->
49     <dimen name="draw_rect_border_edge">2dip</dimen>
50
51     <!-- Grad filter minimum touch distance -->
52     <dimen name="draw_rect_round">10dip</dimen>
53
54     <!-- draw color icon size -->
55     <dimen name="draw_style_icon_dim">42dip</dimen>
56
57     <!-- draw color icon size -->
58     <dimen name="draw_color_icon_dim">42dip</dimen>
59
60     <!-- draw check UI size  -->
61     <dimen name="draw_color_check_dim">5dip</dimen>
62
63     <!-- draw check UI size  -->
64     <dimen name="draw_ui_width">192dip</dimen>
65 </resources>