joshcalafell / WordSleuth-Android

An anagram and subword finder for Android
2 stars 0 forks source link

"Pimp this action bar!" #40

Closed joshcalafell closed 9 years ago

joshcalafell commented 9 years ago

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...

redragonx commented 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?

joshcalafell commented 9 years ago

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 :)

joshcalafell commented 9 years ago

Take it out. Unless we add another dictionary, we will have no use for explanation.

redragonx commented 9 years ago

okay. will do.