1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 ownCloud Android client application
5 Copyright (C)
2012 Bartek Przybylski
6 Copyright (C)
2012-
2013 ownCloud Inc.
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version
2 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see
<http://www.gnu.org/licenses
/>.
22 <style name=
"Animations" />
24 <!-- Default ownCloud app style --
>
25 <style name=
"Theme.ownCloud" parent=
"style/Theme.Sherlock.Light.DarkActionBar">
26 <item name=
"android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
27 <item name=
"actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
30 <style name=
"Theme.ownCloud.noActionBar" parent=
"style/Theme.Sherlock.Light.NoActionBar">
31 <item name=
"android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
32 <item name=
"actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
36 <style name=
"Theme.ownCloud.Widget.ActionBar" parent=
"style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
37 <item name=
"android:background">@drawable/main_header_bg
</item>
38 <item name=
"background">@drawable/main_header_bg
</item>
39 <item name=
"android:textColor">#ffffff
</item>
40 <item name=
"android:shadowColor">#
222222</item>
41 <item name=
"android:shadowRadius">1</item>
42 <item name=
"android:shadowDy">1</item>
43 <item name=
"android:backgroundSplit">@drawable/split_action_bg
</item>
47 <style name=
"Animations.PopDownMenu" />
49 <style name=
"Animations.PopDownMenu.Center">
50 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
51 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
54 <style name=
"Animations.PopDownMenu.Left">
55 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
56 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
59 <style name=
"Animations.PopDownMenu.Right">
60 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
61 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
64 <style name=
"Animations.PopDownMenu.Reflect">
65 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
66 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
70 <style name=
"Animations.PopUpMenu" />
72 <style name=
"Animations.PopUpMenu.Center">
73 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
74 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
77 <style name=
"Animations.PopUpMenu.Left">
78 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
79 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
82 <style name=
"Animations.PopUpMenu.Right">
83 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
84 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
87 <style name=
"Animations.PopUpMenu.Reflect">
88 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
89 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
92 <style name=
"PassCodeStyle">
93 <item name=
"android:layout_width">50dp
</item>
94 <item name=
"android:layout_height">50dp
</item>
95 <item name=
"android:gravity">center
</item>
96 <item name=
"android:layout_margin">10dp
</item>
97 <item name=
"android:inputType">numberDecimal
</item>
98 <item name=
"android:numeric">decimal
</item>
99 <item name=
"android:digits">1234567890</item>
100 <item name=
"android:maxLength">1</item>
101 <item name=
"android:password">true
</item>
102 <item name=
"android:singleLine">true
</item>
106 <style name=
"OAuthDialog" parent=
"@android:style/Theme.Dialog">
107 <item name=
"android:windowNoTitle">false
</item>
110 <color name=
"setup_text_hint">#
777777</color>
111 <color name=
"setup_text_typed">#
000000</color>