xwords/xwords4/android/XWords4/res/values
2014-04-04 23:42:57 -07:00
..
.gitignore gitignore additions 2010-06-05 07:50:09 -07:00
app_name.xml update strings for release 2014-03-21 18:57:00 -07:00
attrs.xml beginnings of framework to allow localized strings to be read from downloaded modules: in xml replace string references with a custom attribute that's the same thing, then in overridden view subclasses pull the reference from the AttributeSet and look it up myself. Works to uppercase all strings in the NewGames dialog. 2014-04-02 08:06:51 -07:00
common_rsrc.xml new type of problem: make a string array in ListPreference localizable 2014-04-04 08:00:30 -07:00
strings.xml enforce new convention: strings containing formatting must be names whatever_fmt (and strings containing formatting must be so named.) I'm going to have to parse such strings, which will be expensive, so being able to determine from the name whether there's a need should help. 2014-04-04 23:42:57 -07:00
styles.xml add new style for expander buttons 2014-03-31 07:20:19 -07:00