BobStore/res/values/ids.xml
Ciaran Gultnieks 0eaca35e5b Gives category Spinner an ID
Without an ID, the default save/restore state mechanism doesn't work,
so (for example) if you rotate the screen on ICS, the current category
switches back to the default.
2012-09-16 10:08:30 +01:00

4 lines
107 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<item type="id" name="categorySpinner" />
</resources>