4c3b7cbe08
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
5 lines
No EOL
189 B
XML
5 lines
No EOL
189 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<drawable name="white_background">#ffffffff</drawable>
|
|
<drawable name="text_color_black">#ff000000</drawable>
|
|
</resources> |