mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 11:39:42 +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 {
|
override fun onPrepareOptionsMenu(menu: Menu): Boolean {
|
||||||
super.onPrepareOptionsMenu(menu)
|
super.onPrepareOptionsMenu(menu)
|
||||||
|
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
override fun onOptionsItemSelected(item: MenuItem): Boolean {
|
||||||
if (item.itemId == R.id.save) {
|
if (item.itemId == R.id.save) {
|
||||||
|
if (conversation?.objectType != ConversationEnums.ObjectType.EVENT) {
|
||||||
saveConversationNameAndDescription()
|
saveConversationNameAndDescription()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="8dp"
|
android:padding="16dp"
|
||||||
android:background="@color/bg_bottom_sheet">
|
android:background="@color/dialog_background">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/event_scheduled"
|
android:id="@+id/event_scheduled"
|
||||||
|
Loading…
Reference in New Issue
Block a user