Closed joshcalafell closed 9 years ago
<item
android:id="@+id/dictionary_option"
android:orderInCategory="2"
app:showAsAction="never"
android:title="@string/txt_dict_info" />
why do we care about dict info?
On 2015-07-25 00:05, Stephen Chavez wrote:
<item android:id="@+id/dictionary_option" android:orderInCategory="2" app:showAsAction="never" android:title="@string/txt_dict_info" />
why do we care about dict info?
Reply to this email directly or view it on GitHub [1].
*
Links:
[1] https://github.com/rabbitfighter81/WordSleuth-Android/issues/40#issuecomment-124772479 We don't anymore. thats legacy crap that can be taken out :)
Take it out. Unless we add another dictionary, we will have no use for explanation.
okay. will do.
Exactly that. Let's pimp out this action bar. I have a ton of images for android design icons, all with appropriate sizes in mipmap folders. I spent a long time doing it right, so we could add what we need, and then take out what we don't use at the end. Anyway, any functionality you can think of or cool things we could do with the menu, let's do it... Also, read this:
Android's Action Bar Stuff...