2013-10-30 21:37:05 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2015-08-12 19:54:27 +03:00
|
|
|
|
2013-10-30 21:37:05 +04:00
|
|
|
<!-- DropDown -->
|
2015-05-18 13:59:46 +03:00
|
|
|
<style name="Theme.ownCloud.DropDownStyle"
|
|
|
|
parent="style/Widget.AppCompat.Spinner.DropDown.ActionBar">
|
2015-05-25 13:39:05 +03:00
|
|
|
<!--<item name="android:background">@drawable/spinner_inner</item>-->
|
2013-10-30 21:37:05 +04:00
|
|
|
</style>
|
|
|
|
|
2015-05-18 13:59:46 +03:00
|
|
|
<style name="Theme.ownCloud.IndeterminateStyle"
|
|
|
|
parent="style/Widget.AppCompat.ProgressBar">
|
|
|
|
<!--<item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>-->
|
2013-10-30 21:37:05 +04:00
|
|
|
</style>
|
|
|
|
|
2014-03-20 15:56:44 +04:00
|
|
|
<!-- Notifications -->
|
|
|
|
<style name="Theme.ownCloud.NotificationText.Title"
|
|
|
|
parent="@android:style/TextAppearance">
|
|
|
|
<item name="android:textColor">#ff000000</item>
|
|
|
|
<item name="android:textSize">18sp</item>
|
|
|
|
<item name="android:textStyle">bold</item>
|
|
|
|
</style>
|
|
|
|
<style name="Theme.ownCloud.NotificationText.Content"
|
|
|
|
parent="@android:style/TextAppearance">
|
|
|
|
<item name="android:textColor">#ff000000</item>
|
|
|
|
<item name="android:textSize">14sp</item>
|
|
|
|
</style>
|
2013-10-30 21:37:05 +04:00
|
|
|
</resources>
|