mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Added debugging screen to alpha and beta builds. Dev task #73.
This commit is contained in:
BIN
briar-android/res/drawable-hdpi/action_help.png
Normal file
BIN
briar-android/res/drawable-hdpi/action_help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
briar-android/res/drawable-hdpi/social_share.png
Normal file
BIN
briar-android/res/drawable-hdpi/social_share.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
briar-android/res/drawable-mdpi/action_help.png
Normal file
BIN
briar-android/res/drawable-mdpi/action_help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
briar-android/res/drawable-mdpi/social_share.png
Normal file
BIN
briar-android/res/drawable-mdpi/social_share.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
briar-android/res/drawable-xhdpi/action_help.png
Normal file
BIN
briar-android/res/drawable-xhdpi/action_help.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
briar-android/res/drawable-xhdpi/social_share.png
Normal file
BIN
briar-android/res/drawable-xhdpi/social_share.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -4,6 +4,7 @@
|
||||
<color name="action_bar_text">#FFFFFF</color>
|
||||
<color name="action_bar_background">#2D3E50</color>
|
||||
<color name="button_bar_background">#FFFFFF</color>
|
||||
<color name="dashboard_background">#FFFFFF</color>
|
||||
<color name="private_message_background">#FFFFFF</color>
|
||||
<color name="private_message_date">#AAAAAA</color>
|
||||
<color name="unread_background">#FFFFFF</color>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<string name="expiry_warning">This software has expired.\nPlease install a newer version.</string>
|
||||
<string name="contact_list_button">Contacts</string>
|
||||
<string name="forums_button">Forums</string>
|
||||
<string name="synchronize_button">Synchronize</string>
|
||||
<string name="testing_button">Testing</string>
|
||||
<string name="sign_out_button">Sign Out</string>
|
||||
<string name="contact_list_title">Contacts</string>
|
||||
<string name="no_contacts">No contacts</string>
|
||||
|
||||
Reference in New Issue
Block a user