mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-31 03:22:03 +00:00
ui changes to out_of_office_view
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
4bdedfbc0d
commit
e7c540870b
@ -46,7 +46,6 @@ import android.widget.AbsListView
|
||||
import android.widget.FrameLayout
|
||||
import android.widget.ImageView
|
||||
import android.widget.PopupMenu
|
||||
import android.widget.ScrollView
|
||||
import android.widget.TextView
|
||||
import androidx.activity.OnBackPressedCallback
|
||||
import androidx.activity.result.ActivityResult
|
||||
|
@ -8,7 +8,9 @@
|
||||
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:maxHeight="150dp"
|
||||
android:padding="12dp"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/out_of_office_view"
|
||||
style="@style/ScrollViewStyle">
|
||||
@ -16,10 +18,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:padding="8dp"
|
||||
android:elevation="4dp"
|
||||
app:cornerRadius="8dp">
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/userAbsenceShortMessage"
|
||||
|
Loading…
Reference in New Issue
Block a user