mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 03:29:28 +01:00
background color for popup menu
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
8e599a567d
commit
351b532e6a
@ -271,14 +271,15 @@ class ConversationInfoEditActivity : BaseActivity() {
|
||||
|
||||
override fun onPrepareOptionsMenu(menu: Menu): Boolean {
|
||||
super.onPrepareOptionsMenu(menu)
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||
if (item.itemId == R.id.save) {
|
||||
if (conversation?.objectType != ConversationEnums.ObjectType.EVENT) {
|
||||
saveConversationNameAndDescription()
|
||||
}
|
||||
}
|
||||
return true
|
||||
}
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="8dp"
|
||||
android:background="@color/bg_bottom_sheet">
|
||||
android:padding="16dp"
|
||||
android:background="@color/dialog_background">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_scheduled"
|
||||
|
Loading…
Reference in New Issue
Block a user