mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
19 lines
784 B
XML
19 lines
784 B
XML
<?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>
|