]> gitweb.fperrin.net Git - Dictionary.git/blob - todo.txt
Picking back up in the middle of a major refactoring of the UI, tyring
[Dictionary.git] / todo.txt
1 * Make top of Dictionary activity good
2   * Fit search text alongside other buttons if possible.
3   * List other dictinaries beside 
4   * Make search text work.
5   
6  http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
7   <style name="application_theme" parent="application_base_theme">
8     <item name="searchViewSearchIcon">@android:color/transparent</item>
9     <item name="searchViewCloseIcon">@android:color/transparent</item>
10 </style>