Hedgeroid: various improvements:
- Improved main menu dialogs
- Fixed hardware enter button not sending chat messages on Transformer
- Fixed /me messages showing the /me as part of the message
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/download"
android:title="@string/main_menu_downloader"
android:icon="@android:drawable/ic_menu_save"
android:showAsAction="ifRoom|withText" />
<item
android:id="@+id/preferences"
android:title="@string/main_menu_preferences"
android:icon="@android:drawable/ic_menu_preferences"
android:showAsAction="ifRoom|withText" />
</menu>