33 xmlns : app =" http://schemas.android.com/apk/res-auto"
44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
6- android : layout_height =" match_parent" >
6+ android : layout_height =" match_parent"
7+ android : background =" ?android:attr/windowBackground" >
78
89 <androidx .recyclerview.widget.RecyclerView
910 android : id =" @+id/messages_view"
2122 android : id =" @+id/sendTextBottomPanel"
2223 android : layout_width =" match_parent"
2324 android : layout_height =" wrap_content"
25+ android : background =" ?android:attr/windowBackground"
2426 app : layout_constraintBottom_toBottomOf =" parent"
2527 app : layout_constraintEnd_toEndOf =" parent"
2628 app : layout_constraintStart_toStartOf =" parent"
3133 android : layout_width =" match_parent"
3234 android : layout_height =" wrap_content"
3335 android : background =" ?attr/colorPrimary"
36+ android : minHeight =" ?attr/actionBarSize"
3437 android : theme =" @style/ApplicationTheme.Toolbar"
3538 app : contentInsetStartWithNavigation =" 0dp"
3639 app : layout_constraintBottom_toTopOf =" @+id/messages_view"
3942 app : layout_constraintTop_toTopOf =" parent"
4043 app : menu =" @menu/app_main"
4144 app : navigationIcon =" @drawable/ic_menu"
42- app : title =" @string/app_name"
43- android : minHeight =" ?attr/actionBarSize" />
45+ app : title =" @string/app_name" />
4446
4547</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments