mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 10:18:59 +03:00
10 lines
364 B
XML
10 lines
364 B
XML
|
<?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>
|