mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
27 lines
1 KiB
XML
27 lines
1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- DropDown -->
|
|
<style name="Theme.ownCloud.DropDownStyle"
|
|
parent="style/Widget.AppCompat.Spinner.DropDown.ActionBar">
|
|
<!--<item name="android:background">@drawable/spinner_inner</item>-->
|
|
</style>
|
|
|
|
<style name="Theme.ownCloud.IndeterminateStyle"
|
|
parent="style/Widget.AppCompat.ProgressBar">
|
|
<!--<item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>-->
|
|
</style>
|
|
|
|
<!-- 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>
|
|
</resources>
|