mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 12:49:55 +01:00
Hooked up star/unstar and read/unread buttons. Tinkered with layouts.
This commit is contained in:
BIN
briar-android/res/drawable-hdpi/content_read.png
Normal file
BIN
briar-android/res/drawable-hdpi/content_read.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
briar-android/res/drawable-hdpi/content_unread.png
Normal file
BIN
briar-android/res/drawable-hdpi/content_unread.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
briar-android/res/drawable-mdpi/content_read.png
Normal file
BIN
briar-android/res/drawable-mdpi/content_read.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
briar-android/res/drawable-mdpi/content_unread.png
Normal file
BIN
briar-android/res/drawable-mdpi/content_unread.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
briar-android/res/drawable-xhdpi/content_read.png
Normal file
BIN
briar-android/res/drawable-xhdpi/content_read.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
briar-android/res/drawable-xhdpi/content_unread.png
Normal file
BIN
briar-android/res/drawable-xhdpi/content_unread.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="LightTheme" parent="android:Theme.Holo.Light" />
|
||||
<style name="LightThemeNoActionBar"
|
||||
parent="android:Theme.Holo.Light.NoActionBar" />
|
||||
</resources>
|
||||
@@ -12,7 +12,6 @@
|
||||
<string name="contact_list_title">Contacts</string>
|
||||
<string name="contact_connected">Connected</string>
|
||||
<string name="contact_last_connected">Last connected <br /> %1$s</string>
|
||||
<string name="add_contact_button">New Contact</string>
|
||||
<string name="search_button">Search</string>
|
||||
<string name="add_contact_title">Add a Contact</string>
|
||||
<string name="same_network">Briar can add contacts via Wi-Fi or Bluetooth. For security reasons, you must be face-to-face to add someone as a contact. To use Wi-Fi you must both be connected to the same network.</string>
|
||||
@@ -42,6 +41,7 @@
|
||||
<string name="enter_nickname">Please enter a nickname for this contact:</string>
|
||||
<string name="done_button">Done</string>
|
||||
<string name="messages_title">Messages</string>
|
||||
<string name="compose_button">New Message</string>
|
||||
<string name="message_from">From: %1$s</string>
|
||||
<string name="compose_title">New Message</string>
|
||||
<string name="message_to">To: %1$s</string>
|
||||
</resources>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="LightTheme" parent="android:Theme.Light" />
|
||||
<style name="LightThemeNoActionBar" parent="android:Theme.Light" />
|
||||
</resources>
|
||||
Reference in New Issue
Block a user