chore: rename custom dialog title layout

This commit is contained in:
Andries Smit 2022-03-25 09:49:21 +01:00
parent ea995f705a
commit bb5523d4e8

View file

@ -4,9 +4,9 @@
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
style="@style/StyleDialog"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
style="@style/StyleDialogHeader"