mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 06:05:42 +03:00
16 lines
592 B
XML
16 lines
592 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="server_url"></string>
|
|
<bool name="show_server_url_input">true</bool>
|
|
|
|
<!-- 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>
|
|
|
|
<!-- Colors -->
|
|
<color name="login_background_color">#FFFFFF</color>
|
|
<color name="background_color">#F7F7F7</color>
|
|
<color name="actionbar_start_color">#1D2D44</color>
|
|
<color name="actionbar_end_color">#1D2D44</color>
|
|
|
|
</resources>
|