2011-08-20 00:37:35 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-02-07 21:45:10 +04:00
|
|
|
<!--
|
|
|
|
ownCloud Android client application
|
|
|
|
|
|
|
|
Copyright (C) 2012 Bartek Przybylski
|
|
|
|
Copyright (C) 2012-2013 ownCloud Inc.
|
|
|
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
2013-04-17 14:26:13 +04:00
|
|
|
it under the terms of the GNU General Public License version 2,
|
|
|
|
as published by the Free Software Foundation.
|
2013-02-07 21:45:10 +04:00
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
-->
|
2013-06-14 18:59:38 +04:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2011-08-20 00:37:35 +04:00
|
|
|
<style name="Animations" />
|
|
|
|
|
2013-08-21 20:51:13 +04:00
|
|
|
<!-- General ownCloud app style -->
|
2012-04-10 06:40:53 +04:00
|
|
|
<style name="Theme.ownCloud" parent="style/Theme.Sherlock.Light.DarkActionBar">
|
|
|
|
<item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
|
|
|
<item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
2013-10-25 17:06:10 +04:00
|
|
|
<item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
|
2013-10-30 21:37:05 +04:00
|
|
|
<item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
|
|
|
<item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
2012-02-06 01:47:25 +04:00
|
|
|
</style>
|
2012-05-13 18:13:13 +04:00
|
|
|
|
|
|
|
<style name="Theme.ownCloud.noActionBar" parent="style/Theme.Sherlock.Light.NoActionBar">
|
|
|
|
<item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
|
|
|
<item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
2013-10-25 17:06:10 +04:00
|
|
|
<item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
|
2013-10-30 21:37:05 +04:00
|
|
|
<item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
|
|
|
<item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
2013-06-14 18:59:38 +04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Theme.ownCloud.Fullscreen" parent="style/Theme.Sherlock.NoActionBar">
|
|
|
|
<item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
|
|
|
<item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
|
|
|
|
<item name="android:windowFullscreen">true</item>
|
2013-10-30 21:37:05 +04:00
|
|
|
<item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
|
|
|
<item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
|
2013-06-14 18:59:38 +04:00
|
|
|
</style>
|
|
|
|
|
2012-05-13 18:13:13 +04:00
|
|
|
|
2012-04-10 06:40:53 +04:00
|
|
|
<style name="Theme.ownCloud.Widget.ActionBar" parent="style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
|
2013-10-30 13:30:48 +04:00
|
|
|
<item name="android:background">@drawable/main_header_bg</item>
|
|
|
|
<item name="background">@drawable/main_header_bg</item>
|
2012-04-12 02:34:07 +04:00
|
|
|
<item name="android:textColor">#ffffff</item>
|
|
|
|
<item name="android:shadowColor">#222222</item>
|
|
|
|
<item name="android:shadowRadius">1</item>
|
|
|
|
<item name="android:shadowDy">1</item>
|
2012-05-15 23:52:59 +04:00
|
|
|
<item name="android:backgroundSplit">@drawable/split_action_bg</item>
|
2013-10-30 21:37:05 +04:00
|
|
|
<item name="android:indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>
|
|
|
|
<item name="indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>
|
2012-02-06 01:47:25 +04:00
|
|
|
</style>
|
2013-08-21 20:51:13 +04:00
|
|
|
|
|
|
|
<!-- Dialogs -->
|
2013-11-24 13:00:04 +04:00
|
|
|
<style name="Theme.ownCloud.Dialog" parent="@android:style/Theme.Dialog">
|
2013-08-21 20:51:13 +04:00
|
|
|
</style>
|
|
|
|
|
2011-08-20 00:37:35 +04:00
|
|
|
<!-- PopDownMenu -->
|
|
|
|
<style name="Animations.PopDownMenu" />
|
|
|
|
|
|
|
|
<style name="Animations.PopDownMenu.Center">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_top</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_bottom</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopDownMenu.Left">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopDownMenu.Right">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopDownMenu.Reflect">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/pump_top</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/disappear</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<!-- PopUpMenu -->
|
|
|
|
<style name="Animations.PopUpMenu" />
|
|
|
|
|
|
|
|
<style name="Animations.PopUpMenu.Center">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_bottom</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_top</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopUpMenu.Left">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopUpMenu.Right">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Animations.PopUpMenu.Reflect">
|
|
|
|
<item name="@android:windowEnterAnimation">@anim/pump_bottom</item>
|
|
|
|
<item name="@android:windowExitAnimation">@anim/disappear</item>
|
|
|
|
</style>
|
2012-07-09 13:11:44 +04:00
|
|
|
|
|
|
|
<style name="PassCodeStyle">
|
|
|
|
<item name="android:layout_width">50dp</item>
|
|
|
|
<item name="android:layout_height">50dp</item>
|
|
|
|
<item name="android:gravity">center</item>
|
|
|
|
<item name="android:layout_margin">10dp</item>
|
|
|
|
<item name="android:inputType">numberDecimal</item>
|
|
|
|
<item name="android:numeric">decimal</item>
|
|
|
|
<item name="android:digits">1234567890</item>
|
|
|
|
<item name="android:maxLength">1</item>
|
|
|
|
<item name="android:password">true</item>
|
|
|
|
<item name="android:singleLine">true</item>
|
|
|
|
|
|
|
|
</style>
|
2012-10-31 21:59:43 +04:00
|
|
|
|
|
|
|
<style name="OAuthDialog" parent="@android:style/Theme.Dialog">
|
|
|
|
<item name="android:windowNoTitle">false</item>
|
|
|
|
</style>
|
2012-07-09 13:11:44 +04:00
|
|
|
|
2011-08-20 00:37:35 +04:00
|
|
|
<color name="setup_text_hint">#777777</color>
|
|
|
|
<color name="setup_text_typed">#000000</color>
|
|
|
|
</resources>
|