mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
OC-1833: New color button_text_color in setup.xml
This commit is contained in:
parent
dd59f5871c
commit
b3752166e4
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue