Merge branch 'setup_colors' into setup_app_name
[pub/Android/ownCloud.git] / res / values / setup.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <!-- App name and other strings-->
4 <string name="app_name">ownCloud</string>
5 <string name="account_type">owncloud</string>
6 <string name="authority">org.owncloud</string>
7 <string name ="db_file">owncloud.db</string>
8 <string name ="db_name">ownCloud</string>
9 <string name ="data_folder"></string>
10 <string name ="log_name">Owncloud_</string>
11
12 <!-- Server URL -->
13 <string name="server_url"></string>
14 <bool name="show_server_url_input">true</bool>
15
16 <!-- Flags to setup the authentication methods available in the app -->
17 <string name="auth_method_oauth2">off</string>
18 <string name="auth_method_saml_web_sso">off</string>
19
20 <!-- Colors -->
21 <color name="background_color">#F7F7F7</color>
22 <color name="actionbar_start_color">#1D2D44</color>
23 <color name="actionbar_end_color">#1D2D44</color>
24
25 </resources>