mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-21 15:08:42 +00:00
Extract TextSecure strings for i18n.
1) Change all instances which use concatenation to build strings with variables in them to use string formatting instead. 2) Extract all string literals from layouts and menus into strings.xml 3) Extract all string literals from code into strings.xml
This commit is contained in:
@@ -1,28 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Activity background color -->
|
||||
<drawable name="class_zero_background">#7f040000</drawable>
|
||||
|
||||
<!-- Widget background -->
|
||||
<drawable name="light_blue_background">#ffecfbff</drawable>
|
||||
<drawable name="white_background">#ffffffff</drawable>
|
||||
<drawable name="alert_background">#f0777700</drawable>
|
||||
|
||||
<!-- text color -->
|
||||
<drawable name="text_color">#ffffffff</drawable>
|
||||
<drawable name="text_color_red">#ffff0000</drawable>
|
||||
<drawable name="text_color_black">#ff000000</drawable>
|
||||
<drawable name="text_color_offwhite">#55ffffff</drawable>
|
||||
|
||||
<!-- Chat "sent time" text background -->
|
||||
<color name="timestamp_color">#bf000000</color>
|
||||
|
||||
<!-- For dark theme -->
|
||||
<drawable name="lightgrey_background">#ff2f2f2f</drawable>
|
||||
<drawable name="softgrey_background">#ff181818</drawable>
|
||||
|
||||
<!-- the background color used for unread conversation -->
|
||||
<color name="light_list_bgcolor">#ffeeeeee</color>
|
||||
|
||||
|
||||
<drawable name="text_color_black">#ff000000</drawable>
|
||||
</resources>
|
Reference in New Issue
Block a user