33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 android : layout_width =" wrap_content"
55 android : layout_height =" wrap_content" >
6- <androidx .constraintlayout.widget.ConstraintLayout
6+ <LinearLayout
7+ android : orientation =" vertical"
78 android : theme =" @style/Theme.MaterialComponents"
89 android : layout_width =" wrap_content"
910 android : layout_height =" wrap_content"
1011 xmlns : app =" http://schemas.android.com/apk/res-auto"
1112 xmlns : tools =" http://schemas.android.com/tools" >
1213
13- <TextView
14+ <com .google.android.material.textview.MaterialTextView
1415 android : id =" @+id/title"
15- android : maxWidth =" 300dp "
16+ android : maxWidth =" 250dp "
1617 android : layout_marginTop =" 10dp"
1718 android : layout_marginHorizontal =" 22dp"
1819 android : textColor =" @android:color/black"
1920 android : text =" ¿Lo has probado y te ha gustado? "
20- app : layout_constraintTop_toTopOf =" parent"
21- app : layout_constraintStart_toStartOf =" parent"
2221 android : layout_width =" wrap_content"
2322 android : layout_height =" wrap_content" >
24- </TextView >
23+ </com .google.android.material.textview.MaterialTextView >
2524
26- <TextView
25+ <com .google.android.material.textview.MaterialTextView
2726 android : id =" @+id/subtitle"
28- android : maxWidth =" 300dp "
27+ android : maxWidth =" 250dp "
2928 android : layout_marginTop =" 8dp"
3029 android : layout_marginHorizontal =" 22dp"
3130 android : textColor =" @android:color/black"
3231 android : text =" ¡Cuenta a otrxs Pickers qué es lo que más te ha gustado de este producto!"
33- app : layout_constraintTop_toBottomOf =" @id/title"
34- app : layout_constraintStart_toStartOf =" parent"
35- app : layout_constraintEnd_toEndOf =" parent"
3632 android : layout_width =" wrap_content"
3733 android : layout_height =" wrap_content" >
38- </TextView >
34+ </com .google.android.material.textview.MaterialTextView>
35+
36+ <LinearLayout
37+ android : orientation =" horizontal"
38+ android : layout_width =" match_parent"
39+ android : layout_height =" wrap_content" >
40+ <com .google.android.material.button.MaterialButton
41+ android : id =" @+id/ok"
42+ android : maxWidth =" 10dp"
43+ android : gravity =" start|center_vertical"
44+ style =" @style/Widget.MaterialComponents.Button.TextButton"
45+ android : text =" Ok"
46+ android : textAllCaps =" false"
47+ android : layout_marginStart =" 22dp"
48+ android : layout_marginTop =" 10dp"
49+ android : layout_marginBottom =" 10dp"
50+ android : padding =" 0dp"
51+ android : layout_width =" 80dp"
52+ android : layout_height =" 30dp" >
53+ </com .google.android.material.button.MaterialButton>
54+ <com .google.android.material.button.MaterialButton
55+ android : id =" @+id/cancel"
56+ android : layout_marginStart =" 10dp"
57+ android : gravity =" start|center_vertical"
58+ style =" @style/Widget.MaterialComponents.Button.TextButton"
59+ android : text =" Cancel"
60+ android : textAllCaps =" false"
61+ android : layout_marginTop =" 10dp"
62+ android : layout_marginBottom =" 10dp"
63+ android : padding =" 0dp"
64+ android : layout_width =" wrap_content"
65+ android : layout_height =" 30dp" >
66+ </com .google.android.material.button.MaterialButton>
67+ </LinearLayout >
3968
40- <com .google.android.material.button.MaterialButton
41- android : id =" @+id/ok"
42- app : layout_constraintStart_toStartOf =" parent"
43- app : layout_constraintTop_toBottomOf =" @id/subtitle"
44- app : layout_constraintBottom_toBottomOf =" parent"
45- style =" @style/Widget.MaterialComponents.Button.TextButton"
46- android : text =" Ok"
47- android : textAllCaps =" false"
48- android : layout_marginTop =" 10dp"
49- android : layout_marginBottom =" 10dp"
50- android : padding =" 0dp"
51- android : layout_width =" wrap_content"
52- android : layout_height =" 30dp" >
53- </com .google.android.material.button.MaterialButton>
5469
55- <com .google.android.material.button.MaterialButton
56- android : id =" @+id/cancel"
57- app : layout_constraintStart_toEndOf =" @id/ok"
58- app : layout_constraintTop_toBottomOf =" @id/subtitle"
59- app : layout_constraintBottom_toBottomOf =" parent"
60- style =" @style/Widget.MaterialComponents.Button.TextButton"
61- android : text =" Cancel"
62- android : textAllCaps =" false"
63- android : layout_marginTop =" 10dp"
64- android : layout_marginBottom =" 10dp"
65- android : padding =" 0dp"
66- android : layout_width =" wrap_content"
67- android : layout_height =" 30dp" >
68- </com .google.android.material.button.MaterialButton>
6970
70- </androidx .constraintlayout.widget.ConstraintLayout >
71+ </LinearLayout >
7172</FrameLayout >
0 commit comments