Add new colors/strings/style (in progress)

This commit is contained in:
Margaux Clerc 2015-07-27 15:53:48 +02:00
parent 50e544262e
commit 67fa9db8dd
3 changed files with 28 additions and 6 deletions

View file

@ -1,5 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- NEW COLORS -->
<color name="background">#ffffff</color>
<color name="background_splashscreen">#000000</color>
<color name="button_addContact">#e1e1e1</color>
<color name="button_addContactGrey">#c4c4c4</color>
<color name="footer_button">#444444</color>
<color name="footer_select">#ff5e00</color>
<color name="call_selected">#96c11f</color>
<color name="colorD">#808080</color>
<!-- end -->
<color name="main_app_color">#ffcf4c29</color>
<color name="text_selected">#ffcf4c29</color>
@ -23,7 +36,7 @@
<color name="missed_calls_background">#ffcf4c29</color>
<color name="transparent">#00000000</color>
<color name="landscape_background">#CCCCCC</color>
<color name="text_contrast">#ff000000</color> <!-- If background is white, set to black, else set to white -->

View file

@ -1,5 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources>
<!-- NEW STRINGS -->
<!-- Setup -->
<string name="setup_title_assistant">Welcome</string>
<string name="setup_title">Assistant</string>
<string name="setup_create_account_part_1">1/2</string>
<string name="setup_create_account_part_2">2/2</string>
<string name="pref_disable_account">Disable</string>
<string name="pref_tunnel">Tunnel</string>
<string name="pref_tunnel_host">Hostname</string>
@ -289,7 +299,6 @@
<string name="content_description_message_status">Message status</string>
<string name="content_description_conference">Conference</string>
<string name="content_description_mark"></string>
<string name="setup_title">Account Setup Assistant</string>
<string name="setup_apply">Apply</string>
<string name="setup_password_hint">password</string>
<string name="setup_domain_hint">domain</string>
@ -397,7 +406,7 @@
<string name="setup_remote_provisioning_url_hint">provisioning url</string>
<string name="setup_remote_provisioning_login_hint">The configuration you downloaded doesn\'t include your account. Please fill it in.</string>
<string name="setup_confirm_username">Your username will be %s.\r\n\r\nIt may differ from what you entered to match some requierements.\r\nDo you accept ?</string>
<string name="setup_title_assistant">Account setup assistant</string>
<string name="zrtp_accept">Accept</string>
<string name="zrtp_deny">Deny</string>
<string name="zrtp_help">You should only accept if you have the same code (see above) as your correspondent</string>

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Default" parent="android:Theme" />
<style name="NoTitle" parent="android:Theme.NoTitleBar" />
<style name="FullScreen" parent="android:Theme.NoTitleBar.Fullscreen" />
<style name="Default" parent="android:Theme.Holo.Light" />
<style name="NoTitle" parent="android:Theme.Holo.Light.NoActionBar" />
<style name="FullScreen" parent="android:Theme.Holo.Light.NoActionBar.Fullscreen" />
</resources>