OC-1833: New color button_text_color in setup.xml

This commit is contained in:
masensio 2013-10-28 13:38:15 +01:00
parent dd59f5871c
commit b3752166e4
2 changed files with 4 additions and 3 deletions

View file

@ -24,7 +24,8 @@
<color name="actionbar_end_color">#1D2D44</color>
<!-- Button -->
<bool name="custom_buttons">false</bool>
<bool name="custom_buttons">true</bool> <!-- enable background customization -->
<color name="button_text_color">#FFFFFF</color>
<!-- Multiaccount support -->
<bool name="multiaccount_support">false</bool>

View file

@ -57,8 +57,8 @@
<!-- Buttons -->
<style name="Theme.ownCloud.ButtonStyle" parent="@android:style/Widget.Button">
<item name="android:background">@drawable/btn_default</item>
<item name="android:textColor">@android:color/white</item>
<item name="android:background">@android:drawable/btn_default</item>
<item name="android:textColor">@color/button_text_color</item>
</style>
<!-- PopDownMenu -->