mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-07 19:58:10 -05:00
Server list menu: Show settings action with text if room.
This commit is contained in:
parent
d0ea5a2a2d
commit
6aff86bcb6
@ -29,7 +29,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
|
||||
android:id="@+id/settings"
|
||||
android:title="@string/settings_menu"
|
||||
android:icon="@drawable/actionbar_settings"
|
||||
android:showAsAction="ifRoom" />
|
||||
android:showAsAction="ifRoom|withText" />
|
||||
<item
|
||||
android:id="@+id/about"
|
||||
android:title="@string/about_menu"
|
||||
|
Loading…
Reference in New Issue
Block a user