<?xml version="1.0" encoding="utf-8"?>
<resources>
+ <!-- App name and other strings-->
+ <string name="app_name">ownCloud</string>
+ <string name="account_type">owncloud</string>
+ <string name="authority">org.owncloud</string>
+ <string name ="db_file">owncloud.db</string>
+ <string name ="db_name">ownCloud</string>
+ <string name ="data_folder"></string>
+ <string name ="log_name">Owncloud_</string>
+
+ <!-- Server URL -->
<string name="server_url"></string>
<bool name="show_server_url_input">true</bool>
<string name="auth_method_oauth2">off</string>
<string name="auth_method_saml_web_sso">off</string>
+ <!-- Colors -->
+ <color name="background_color">#F7F7F7</color>
+ <color name="actionbar_start_color">#1D2D44</color>
+ <color name="actionbar_end_color">#1D2D44</color>
+
</resources>