projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add jar to libs folder for ant to find...
[pub/Android/ownCloud.git]
/
res
/
values
/
styles.xml
diff --git
a/res/values/styles.xml
b/res/values/styles.xml
index
4e35d08
..
dac28d9
100644
(file)
--- a/
res/values/styles.xml
+++ b/
res/values/styles.xml
@@
-51,9
+51,7
@@
<item name="android:textColorPrimary">@color/primary</item>
</style>
<item name="android:textColorPrimary">@color/primary</item>
</style>
- <style name="ownCloud.Dialog" parent="Theme.AppCompat.Light.Dialog">
-
- </style>
+ <style name="ownCloud.Dialog" parent="Theme.AppCompat.Light.Dialog" />
<style name="ownCloud.Button" parent="Widget.AppCompat.Button">
<item name="colorButtonNormal">@color/primary</item>
<style name="ownCloud.Button" parent="Widget.AppCompat.Button">
<item name="colorButtonNormal">@color/primary</item>
@@
-121,6
+119,11
@@
<item name="buttonBarStyle">@style/Theme.ownCloud.Dialog.ButtonBar</item>
</style>
<item name="buttonBarStyle">@style/Theme.ownCloud.Dialog.ButtonBar</item>
</style>
+ <style name="menu_labels_style">
+ <item name="android:background">@drawable/fab_label_background</item>
+ <item name="android:textColor">@color/fab_white</item>
+ </style>
+
<!-- Button Bar hack due to Lollipop bug:
https://code.google.com/p/android/issues/detail?id=78302
fix see:
<!-- Button Bar hack due to Lollipop bug:
https://code.google.com/p/android/issues/detail?id=78302
fix see: