]> gitweb.fperrin.net Git - Dictionary.git/blob - todo.txt
Merged. Switched back to name "Preferences" instead of "Settings".
[Dictionary.git] / todo.txt
1 * Quick shift to new dictionary.
2   * Use flags.
3 * DownloadManager
4   * Use ActionBar.
5   * Redo presentation: on-device first, then available to download.
6   * Use system service for downloads.
7 * Application: fix which directory the thing uses: use default SD card instead of what's in prefs.
8
9
10
11 * Make top of Dictionary activity good
12   * Fit search text alongside other buttons if possible.
13   * List other dictinaries beside 
14   * Make search text work.
15   
16  http://stackoverflow.com/questions/13604506/show-actionbarsherlock-searchview-always-expanded
17   <style name="application_theme" parent="application_base_theme">
18     <item name="searchViewSearchIcon">@android:color/transparent</item>
19     <item name="searchViewCloseIcon">@android:color/transparent</item>
20 </style>