projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refresh authorization token on failed downloads / uploads when notification error...
[pub/Android/ownCloud.git]
/
res
/
values
/
styles.xml
diff --git
a/res/values/styles.xml
b/res/values/styles.xml
index
47d1ec3
..
ef0cc09
100644
(file)
--- a/
res/values/styles.xml
+++ b/
res/values/styles.xml
@@
-102,6
+102,10
@@
<item name="android:singleLine">true</item>
</style>
<item name="android:singleLine">true</item>
</style>
+
+ <style name="OAuthDialog" parent="@android:style/Theme.Dialog">
+ <item name="android:windowNoTitle">false</item>
+ </style>
<color name="setup_text_hint">#777777</color>
<color name="setup_text_typed">#000000</color>
<color name="setup_text_hint">#777777</color>
<color name="setup_text_typed">#000000</color>