<!-- Flags to setup the authentication methods available in the app -->
<string name="auth_method_oauth2">off</string>
- <string name="auth_method_saml_web_sso">off</string>
+ <string name="auth_method_saml_web_sso">on</string>
<!-- Flags to enable/disable some features -->
<string name = "send_files_to_other_apps">on</string>
<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>