projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
res
/
values
/
setup.xml
diff --git
a/res/values/setup.xml
b/res/values/setup.xml
index
097ff48
..
3038124
100644
(file)
--- a/
res/values/setup.xml
+++ b/
res/values/setup.xml
@@
-19,7
+19,7
@@
<!-- Flags to setup the authentication methods available in the app -->
<string name="auth_method_oauth2">off</string>
<!-- Flags to setup the authentication methods available in the app -->
<string name="auth_method_oauth2">off</string>
- <string name="auth_method_saml_web_sso">o
ff
</string>
+ <string name="auth_method_saml_web_sso">o
n
</string>
<!-- Flags to enable/disable some features -->
<string name = "send_files_to_other_apps">on</string>
<!-- Flags to enable/disable some features -->
<string name = "send_files_to_other_apps">on</string>
@@
-32,11
+32,6
@@
<color name="actionbar_start_color">#1D2D44</color>
<color name="actionbar_end_color">#1D2D44</color>
<color name="actionbar_start_color">#1D2D44</color>
<color name="actionbar_end_color">#1D2D44</color>
- <color name="refresh_color_start">#00ddff</color>
- <color name="refresh_color_middle_1">#1D2D44</color>
- <color name="refresh_color_middle_2">#FFFFFF</color>
- <color name="refresh_color_end">#00ddff</color>
-
<!-- Button -->
<color name="button_text_color">#000000</color>
<!-- Button -->
<color name="button_text_color">#000000</color>