chore: rename custom dialog title layout
This commit is contained in:
parent
ea995f705a
commit
bb5523d4e8
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
||||||
-->
|
-->
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
style="@style/StyleDialog"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical">
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
style="@style/StyleDialogHeader"
|
style="@style/StyleDialogHeader"
|
Loading…
Reference in a new issue