mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Fix submit title
This commit is contained in:
parent
a969aef582
commit
3276da3912
2 changed files with 1 additions and 13 deletions
|
@ -143,7 +143,7 @@ class CreateRoomController @Inject constructor(private val stringProvider: Strin
|
|||
formSubmitButtonItem {
|
||||
id("submit")
|
||||
enabled(enableFormElement)
|
||||
buttonTitleId(R.string.room_creation_title)
|
||||
buttonTitleId(R.string.create_room_action_create)
|
||||
buttonClickListener { listener?.submit() }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context=".features.roomdirectory.RoomDirectoryActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_create_room"
|
||||
android:title="@string/create_room_action_create"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
Loading…
Add table
Reference in a new issue