mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Layout tweaks, dark action bar, don't send empty messages.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 496 B |
Binary file not shown.
|
Before Width: | Height: | Size: 507 B |
Binary file not shown.
|
Before Width: | Height: | Size: 341 B |
Binary file not shown.
|
Before Width: | Height: | Size: 322 B |
@@ -1,4 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="LightTheme" parent="android:Theme.Holo.Light" />
|
||||
<style name="LightTheme" parent="android:Theme.Holo.Light.DarkActionBar">
|
||||
<item name="android:actionBarStyle">@style/CustomActionBar</item>
|
||||
</style>
|
||||
<style name="CustomActionBar"
|
||||
parent="android:Widget.Holo.Light.ActionBar.Solid.Inverse">
|
||||
<item name="android:background">@color/action_bar_background</item>
|
||||
</style>
|
||||
</resources>
|
||||
@@ -1,11 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="action_bar_background">#2D3E50</color>
|
||||
<color name="home_screen_background">#FFFFFF</color>
|
||||
<color name="content_background">#FFFFFF</color>
|
||||
<color name="conversation_background">#DDDDDD</color>
|
||||
<color name="unread_background">#FFFFFF</color>
|
||||
<color name="read_background">#EEEEEE</color>
|
||||
<color name="compose_background">#FFFFFF</color>
|
||||
<color name="horizontal_border">#CCCCCC</color>
|
||||
<color name="no_posts">#AAAAAA</color>
|
||||
<color name="no_messages">#AAAAAA</color>
|
||||
</resources>
|
||||
@@ -45,7 +45,8 @@
|
||||
<string name="codes_do_not_match">Codes do not match</string>
|
||||
<string name="interfering">This could mean that someone is trying to interfere with your connection</string>
|
||||
<string name="contact_added_toast">Contact added</string>
|
||||
<string name="done_button">Done</string>
|
||||
<string name="private_message_hint">Type message</string>
|
||||
<string name="message_sent_toast">Message sent</string>
|
||||
<string name="format_from">From: %s</string>
|
||||
<string name="format_to">To: %s</string>
|
||||
<string name="read_message_title">Private Message</string>
|
||||
@@ -65,6 +66,7 @@
|
||||
<string name="choose_forum_name">Choose a name for your forum:</string>
|
||||
<string name="forum_visible_to_all">Share this forum with all contacts</string>
|
||||
<string name="forum_visible_to_some">Share this forum with chosen contacts</string>
|
||||
<string name="done_button">Done</string>
|
||||
<string name="new_post_title">New Post</string>
|
||||
<string name="new_forum_item">New forum\u2026</string>
|
||||
<string name="manage_subscriptions_title">Available Forums</string>
|
||||
@@ -77,7 +79,6 @@
|
||||
<string name="no_contacts">You don\'t have any contacts. Add a contact now?</string>
|
||||
<string name="add_button">Add</string>
|
||||
<string name="cancel_button">Cancel</string>
|
||||
<string name="message_sent_toast">Message sent</string>
|
||||
<string name="post_sent_toast">Post sent</string>
|
||||
<string name="not_implemented_toast">Not implemented yet!</string>
|
||||
<string name="private_message_notification_title">New private message</string>
|
||||
|
||||
Reference in New Issue
Block a user