Merge branch 'setup_colors' into setup_app_name
authormasensio <masensio@solidgear.es>
Fri, 18 Oct 2013 10:24:29 +0000 (12:24 +0200)
committermasensio <masensio@solidgear.es>
Fri, 18 Oct 2013 10:24:29 +0000 (12:24 +0200)
1  2 
res/values/setup.xml

diff --combined res/values/setup.xml
@@@ -1,15 -1,5 +1,15 @@@
  <?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>
      
@@@ -17,4 -7,9 +17,9 @@@
      <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>