Update images. New Styles for Buttons, Dropdown and Progress
authormasensio <masensio@solidgear.es>
Wed, 30 Oct 2013 17:37:05 +0000 (18:37 +0100)
committermasensio <masensio@solidgear.es>
Wed, 30 Oct 2013 17:37:05 +0000 (18:37 +0100)
29 files changed:
res/drawable-hdpi/dropdown_default.9.png [deleted file]
res/drawable-hdpi/dropdown_disabled.9.png [deleted file]
res/drawable-hdpi/dropdown_focused.9.png [deleted file]
res/drawable-hdpi/dropdown_pressed.9.png [deleted file]
res/drawable-hdpi/spinner_48_inner.png [deleted file]
res/drawable-ldpi/spinner_48_inner.png [deleted file]
res/drawable-mdpi/dropdown_default.9.png [deleted file]
res/drawable-mdpi/dropdown_disabled.9.png [deleted file]
res/drawable-mdpi/dropdown_focused.9.png [deleted file]
res/drawable-mdpi/dropdown_pressed.9.png [deleted file]
res/drawable-mdpi/spinner_48_inner.png [deleted file]
res/drawable/dropdown.xml [deleted file]
res/drawable/indeterminate_progress.xml [deleted file]
res/layout-land/account_setup.xml
res/layout-v14/generic_explanation.xml
res/layout/account_setup.xml
res/layout/extensions_available_dialog.xml
res/layout/failed_upload_files.xml
res/layout/failed_upload_message_view.xml
res/layout/generic_explanation.xml
res/layout/log_send_file.xml
res/layout/no_account_available.xml
res/layout/pincodelock.xml
res/layout/ssl_validator_layout.xml
res/layout/upload_files_layout.xml
res/layout/uploader_layout.xml
res/values-v11/versioned_styles.xml [new file with mode: 0644]
res/values/styles.xml
res/values/versioned_styles.xml [new file with mode: 0644]

diff --git a/res/drawable-hdpi/dropdown_default.9.png b/res/drawable-hdpi/dropdown_default.9.png
deleted file mode 100644 (file)
index b4ab9ad..0000000
Binary files a/res/drawable-hdpi/dropdown_default.9.png and /dev/null differ
diff --git a/res/drawable-hdpi/dropdown_disabled.9.png b/res/drawable-hdpi/dropdown_disabled.9.png
deleted file mode 100644 (file)
index 7a20af7..0000000
Binary files a/res/drawable-hdpi/dropdown_disabled.9.png and /dev/null differ
diff --git a/res/drawable-hdpi/dropdown_focused.9.png b/res/drawable-hdpi/dropdown_focused.9.png
deleted file mode 100644 (file)
index 766543c..0000000
Binary files a/res/drawable-hdpi/dropdown_focused.9.png and /dev/null differ
diff --git a/res/drawable-hdpi/dropdown_pressed.9.png b/res/drawable-hdpi/dropdown_pressed.9.png
deleted file mode 100644 (file)
index c849e2f..0000000
Binary files a/res/drawable-hdpi/dropdown_pressed.9.png and /dev/null differ
diff --git a/res/drawable-hdpi/spinner_48_inner.png b/res/drawable-hdpi/spinner_48_inner.png
deleted file mode 100644 (file)
index 31fa267..0000000
Binary files a/res/drawable-hdpi/spinner_48_inner.png and /dev/null differ
diff --git a/res/drawable-ldpi/spinner_48_inner.png b/res/drawable-ldpi/spinner_48_inner.png
deleted file mode 100644 (file)
index f0f0827..0000000
Binary files a/res/drawable-ldpi/spinner_48_inner.png and /dev/null differ
diff --git a/res/drawable-mdpi/dropdown_default.9.png b/res/drawable-mdpi/dropdown_default.9.png
deleted file mode 100644 (file)
index 4a15c63..0000000
Binary files a/res/drawable-mdpi/dropdown_default.9.png and /dev/null differ
diff --git a/res/drawable-mdpi/dropdown_disabled.9.png b/res/drawable-mdpi/dropdown_disabled.9.png
deleted file mode 100644 (file)
index f54d0b4..0000000
Binary files a/res/drawable-mdpi/dropdown_disabled.9.png and /dev/null differ
diff --git a/res/drawable-mdpi/dropdown_focused.9.png b/res/drawable-mdpi/dropdown_focused.9.png
deleted file mode 100644 (file)
index 0de1bb1..0000000
Binary files a/res/drawable-mdpi/dropdown_focused.9.png and /dev/null differ
diff --git a/res/drawable-mdpi/dropdown_pressed.9.png b/res/drawable-mdpi/dropdown_pressed.9.png
deleted file mode 100644 (file)
index f2f6428..0000000
Binary files a/res/drawable-mdpi/dropdown_pressed.9.png and /dev/null differ
diff --git a/res/drawable-mdpi/spinner_48_inner.png b/res/drawable-mdpi/spinner_48_inner.png
deleted file mode 100644 (file)
index 11eacf8..0000000
Binary files a/res/drawable-mdpi/spinner_48_inner.png and /dev/null differ
diff --git a/res/drawable/dropdown.xml b/res/drawable/dropdown.xml
deleted file mode 100644 (file)
index 13e06b9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ownCloud Android client application
-
-  Copyright (C) 2012-2013 ownCloud Inc.
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License version 2,
-  as published by the Free Software Foundation.
-
-  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/>.
--->
-
-<selector xmlns:android="http://schemas.android.com/apk/res/android">
-    <item android:state_enabled="false"
-          android:drawable="@drawable/dropdown_disabled" />
-    <item android:state_pressed="true"
-          android:drawable="@drawable/dropdown_pressed" />
-    <item android:state_pressed="false" android:state_focused="true"
-          android:drawable="@drawable/dropdown_focused" />
-    <item android:drawable="@drawable/dropdown_default" />
-</selector>
diff --git a/res/drawable/indeterminate_progress.xml b/res/drawable/indeterminate_progress.xml
deleted file mode 100644 (file)
index 4f19fdd..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-  ownCloud Android client application
-
-  Copyright (C) 2012-2013 ownCloud Inc.
-
-  This program is free software: you can redistribute it and/or modify
-  it under the terms of the GNU General Public License version 2,
-  as published by the Free Software Foundation.
-
-  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/>.
--->
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
-    <!--  item>
-        <rotate
-             android:drawable="@drawable/freenet_spinner_48_outer"
-             android:pivotX="50%"
-             android:pivotY="50%"
-             android:fromDegrees="0"
-             android:toDegrees="1080" />
-    </item-->
-    <item>
-        <rotate
-             android:drawable="@drawable/spinner_48_inner"
-             android:pivotX="50%"
-             android:pivotY="50%"
-             android:fromDegrees="0"
-             android:toDegrees="720" />
-    </item>
-</layer-list>
index 3500c0f..7bd362d 100644 (file)
                                                           \r
        </LinearLayout>\r
        \r
                                                           \r
        </LinearLayout>\r
        \r
-       <com.owncloud.android.ui.CustomButton\r
+       <Button\r
                android:id="@id/buttonOK"\r
                android:layout_width="match_parent"\r
                android:layout_height="wrap_content"\r
                android:id="@id/buttonOK"\r
                android:layout_width="match_parent"\r
                android:layout_height="wrap_content"\r
index dee1507..d396456 100644 (file)
         android:orientation="horizontal" >
 
         <!-- 'OK' / 'CANCEL' BUTTONS CHANGE THEIR ORDER FROM ANDROID 4.0 ; THANKS, GOOGLE -->
         android:orientation="horizontal" >
 
         <!-- 'OK' / 'CANCEL' BUTTONS CHANGE THEIR ORDER FROM ANDROID 4.0 ; THANKS, GOOGLE -->
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/cancel"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/common_cancel" />
 
             android:id="@+id/cancel"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/common_cancel" />
 
-               <com.owncloud.android.ui.CustomButton
+               <Button
                    android:id="@+id/ok"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:id="@+id/ok"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
index a0d5470..c263daf 100644 (file)
             android:gravity="center_vertical"\r
             android:text="@string/auth_unauthorized" />\r
 \r
             android:gravity="center_vertical"\r
             android:text="@string/auth_unauthorized" />\r
 \r
-        <com.owncloud.android.ui.CustomButton\r
+        <Button\r
             android:id="@+id/buttonOK"\r
             android:layout_width="match_parent"\r
             android:layout_height="wrap_content"\r
             android:id="@+id/buttonOK"\r
             android:layout_width="match_parent"\r
             android:layout_height="wrap_content"\r
index 61b920e..e5c3d10 100644 (file)
         android:layout_margin="5dp"
         android:weightSum="1.0" >
 
         android:layout_margin="5dp"
         android:weightSum="1.0" >
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/buttonNo"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
             android:text="@string/common_no"
             android:layout_weight="0.5"/>
 
             android:id="@+id/buttonNo"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
             android:text="@string/common_no"
             android:layout_weight="0.5"/>
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/buttonYes"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
             android:id="@+id/buttonYes"
             android:layout_width="fill_parent"
             android:layout_height="wrap_content"
index 9335045..b4deeed 100644 (file)
@@ -63,7 +63,7 @@
                 android:text="@string/failed_upload_all_cb"\r
                 android:textSize="8sp" />\r
 \r
                 android:text="@string/failed_upload_all_cb"\r
                 android:textSize="8sp" />\r
 \r
-            <com.owncloud.android.ui.CustomButton\r
+            <Button\r
                 android:id="@+id/failed_upload_retry_all_btn"\r
                 android:layout_width="wrap_content"\r
                 android:layout_height="wrap_content"\r
                 android:id="@+id/failed_upload_retry_all_btn"\r
                 android:layout_width="wrap_content"\r
                 android:layout_height="wrap_content"\r
@@ -72,7 +72,7 @@
                 android:text="@string/failed_upload_headline_retryall_btn"\r
                 android:textSize="8sp" />\r
 \r
                 android:text="@string/failed_upload_headline_retryall_btn"\r
                 android:textSize="8sp" />\r
 \r
-            <com.owncloud.android.ui.CustomButton\r
+            <Button\r
                 android:id="@+id/failed_upload_delete_all_btn"\r
                 android:layout_width="wrap_content"\r
                 android:layout_height="wrap_content"\r
                 android:id="@+id/failed_upload_delete_all_btn"\r
                 android:layout_width="wrap_content"\r
                 android:layout_height="wrap_content"\r
index 872f28a..cf20544 100644 (file)
@@ -10,7 +10,7 @@
        android:layout_height="wrap_content"\r
        android:minWidth="100dp"/>\r
    \r
        android:layout_height="wrap_content"\r
        android:minWidth="100dp"/>\r
    \r
-   <com.owncloud.android.ui.CustomButton\r
+   <Button\r
     android:id="@+id/failed_uploadactivity_close_button"\r
     android:layout_width="fill_parent"\r
     android:layout_height="wrap_content"\r
     android:id="@+id/failed_uploadactivity_close_button"\r
     android:layout_width="fill_parent"\r
     android:layout_height="wrap_content"\r
index fd2d05b..cd88755 100644 (file)
         android:gravity="center"
         android:orientation="horizontal" >
 
         android:gravity="center"
         android:orientation="horizontal" >
 
-               <com.owncloud.android.ui.CustomButton
+               <Button
                    android:id="@+id/ok"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="@string/common_ok" />
                
                    android:id="@+id/ok"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:text="@string/common_ok" />
                
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/cancel"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:id="@+id/cancel"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
index 05f5c57..22e744b 100644 (file)
@@ -24,7 +24,7 @@
          android:layout_height="wrap_content"
          android:gravity="bottom">
         
          android:layout_height="wrap_content"
          android:gravity="bottom">
         
-     <com.owncloud.android.ui.CustomButton
+     <Button
                android:id="@+id/deleteLogHistoryButton"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                android:id="@+id/deleteLogHistoryButton"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
index 11c8739..0c9cf13 100644 (file)
@@ -39,7 +39,7 @@
             android:text="@string/main_wrn_accsetup"
             android:textAppearance="?android:attr/textAppearanceMedium" />
 
             android:text="@string/main_wrn_accsetup"
             android:textAppearance="?android:attr/textAppearanceMedium" />
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/setup_account"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:id="@+id/setup_account"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
index 48925be..b1b6ce8 100644 (file)
@@ -68,7 +68,7 @@
             style="@style/PassCodeStyle" />\r
     </LinearLayout>\r
 \r
             style="@style/PassCodeStyle" />\r
     </LinearLayout>\r
 \r
-    <com.owncloud.android.ui.CustomButton android:layout_width="wrap_content"\r
+    <Button android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
         android:text="@string/common_cancel"\r
         android:textColor="@android:color/black"\r
         android:layout_height="wrap_content"\r
         android:text="@string/common_cancel"\r
         android:textColor="@android:color/black"\r
index df3e48a..9da017b 100644 (file)
         android:layout_height="wrap_content"
         android:gravity="center" >
 
         android:layout_height="wrap_content"
         android:gravity="center" >
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/cancel"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/common_cancel" />
 
             android:id="@+id/cancel"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/common_cancel" />
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/details_btn"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/ssl_validator_btn_details_see" />
 
             android:id="@+id/details_btn"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:text="@string/ssl_validator_btn_details_see" />
 
-        <com.owncloud.android.ui.CustomButton
+        <Button
             android:id="@+id/ok"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
             android:id="@+id/ok"
             android:layout_width="0dp"
             android:layout_height="wrap_content"
index cb0206c..6c15ff7 100644 (file)
         android:layout_height="wrap_content"\r
         android:gravity="center"\r
         android:orientation="horizontal" >\r
         android:layout_height="wrap_content"\r
         android:gravity="center"\r
         android:orientation="horizontal" >\r
-\r        <com.owncloud.android.ui.CustomButton\r
+\r        <Button\r
             android:id="@+id/upload_files_btn_cancel"\r
             android:layout_width="wrap_content"\r
             android:layout_height="wrap_content"\r
             android:layout_weight="1"\r
             android:text="@string/common_cancel" />\r
             android:id="@+id/upload_files_btn_cancel"\r
             android:layout_width="wrap_content"\r
             android:layout_height="wrap_content"\r
             android:layout_weight="1"\r
             android:text="@string/common_cancel" />\r
-\r              <com.owncloud.android.ui.CustomButton\r
+\r              <Button\r
                    android:id="@+id/upload_files_btn_upload"\r
                    android:layout_width="wrap_content"\r
                    android:layout_height="wrap_content"\r
                    android:id="@+id/upload_files_btn_upload"\r
                    android:layout_width="wrap_content"\r
                    android:layout_height="wrap_content"\r
index 2b549a7..ff27429 100644 (file)
@@ -33,7 +33,7 @@
        </FrameLayout>
        <LinearLayout android:id="@+id/linearLayout1"
                android:layout_width="fill_parent" android:layout_alignParentBottom="true" android:layout_height="wrap_content" android:orientation="vertical">
        </FrameLayout>
        <LinearLayout android:id="@+id/linearLayout1"
                android:layout_width="fill_parent" android:layout_alignParentBottom="true" android:layout_height="wrap_content" android:orientation="vertical">
-               <com.owncloud.android.ui.CustomButton android:layout_gravity="bottom" android:layout_height="wrap_content"
+               <Button android:layout_gravity="bottom" android:layout_height="wrap_content"
                        android:layout_width="fill_parent" android:id="@+id/uploader_choose_folder"
                        android:text="@string/uploader_btn_upload_text"/>
        </LinearLayout>
                        android:layout_width="fill_parent" android:id="@+id/uploader_choose_folder"
                        android:text="@string/uploader_btn_upload_text"/>
        </LinearLayout>
diff --git a/res/values-v11/versioned_styles.xml b/res/values-v11/versioned_styles.xml
new file mode 100644 (file)
index 0000000..75cfb9b
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+       
+       <style name="Theme.ownCloud.ButtonStyle" parent="@android:style/Widget.Holo.Light.Button">
+               <item name="android:background">@android:drawable/btn_default</item>
+               <item name="android:textColor">@color/button_text_color</item>
+       </style>
+
+</resources>
index d48fb41..034ca5c 100644 (file)
        <item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
        <item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
        <item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
        <item name="android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
        <item name="actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar</item>
        <item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
-       <item name="actionDropDownStyle">@style/DropDownStyle</item>
-       <item name="android:actionDropDownStyle">@style/DropDownStyle</item>
+       <item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
+       <item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
        </style>
        
        <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>
       <item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
        </style>
        
        <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>
       <item name="android:buttonStyle">@style/Theme.ownCloud.ButtonStyle</item>
-      <item name="actionDropDownStyle">@style/DropDownStyle</item>
-      <item name="android:actionDropDownStyle">@style/DropDownStyle</item>
+      <item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
+      <item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
     </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>
     </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>
-      <item name="actionDropDownStyle">@style/DropDownStyle</item>
-      <item name="android:actionDropDownStyle">@style/DropDownStyle</item>
+      <item name="actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
+      <item name="android:actionDropDownStyle">@style/Theme.ownCloud.DropDownStyle</item>
     </style>
        
        
     </style>
        
        
        <item name="android:shadowRadius">1</item>
        <item name="android:shadowDy">1</item>
        <item name="android:backgroundSplit">@drawable/split_action_bg</item>
        <item name="android:shadowRadius">1</item>
        <item name="android:shadowDy">1</item>
        <item name="android:backgroundSplit">@drawable/split_action_bg</item>
-       <item name="android:indeterminateProgressStyle">@style/IndeterminateStyle</item>
-       <item name="indeterminateProgressStyle">@style/IndeterminateStyle</item>
-       </style>
-
-       <!-- DropDown -->
-       <style name="DropDownStyle" parent="style/Widget.Sherlock.Spinner.DropDown.ActionBar">
-           <item name="android:background">@drawable/dropdown</item>
-       </style>
-       <style name="IndeterminateStyle" parent="style/Widget.Sherlock.ProgressBar">
-           <item name="android:indeterminateDrawable">@drawable/indeterminate_progress</item>
+       <item name="android:indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>
+       <item name="indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>
        </style>
 
        <!-- Dialogs -->
        <style name="Theme.ownCloud.Dialog" parent="style/Theme.Sherlock.Light.Dialog">
        </style>
        
        </style>
 
        <!-- Dialogs -->
        <style name="Theme.ownCloud.Dialog" parent="style/Theme.Sherlock.Light.Dialog">
        </style>
        
-       <!-- Buttons -->
-    <style name="Theme.ownCloud.ButtonStyle" parent="@android:style/Widget.Button">
-        <item name="android:background">@android:drawable/btn_default</item>
-        <item name="android:textColor">@color/button_text_color</item>
-    </style>
-
        <!-- PopDownMenu -->
        <style name="Animations.PopDownMenu" />
        
        <!-- PopDownMenu -->
        <style name="Animations.PopDownMenu" />
        
diff --git a/res/values/versioned_styles.xml b/res/values/versioned_styles.xml
new file mode 100644 (file)
index 0000000..cd6c1f5
--- /dev/null
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+       
+    <!-- Buttons -->
+       <style name="Theme.ownCloud.ButtonStyle" parent="@android:style/Widget.Button">
+               <item name="android:background">@android:drawable/btn_default</item>
+               <item name="android:textColor">@color/button_text_color</item>
+       </style>
+       
+       <!-- DropDown -->
+       <style name="Theme.ownCloud.DropDownStyle" parent="style/Widget.Sherlock.Spinner.DropDown.ActionBar">
+           <item name="android:background">@drawable/abs__spinner_ab_holo_dark</item>
+       </style>
+       
+       <style name="Theme.ownCloud.IndeterminateStyle" parent="style/Widget.Sherlock.ProgressBar">
+           <item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>
+       </style>
+
+</resources>