33 xmlns : tools =" http://schemas.android.com/tools"
44 android : layout_width =" match_parent"
55 android : layout_height =" wrap_content"
6- android : background =" @drawable/preference_background_bottom "
6+ android : background =" @drawable/about_background_bottom "
77 android : padding =" 20dp" >
88
99 <com .google.android.material.imageview.ShapeableImageView
1010 android : id =" @+id/morphe_logo"
1111 android : layout_width =" 48dp"
1212 android : layout_height =" 48dp"
13- android : src =" @drawable/ic_morphe_logo"
1413 android : background =" ?attr/colorSurface"
14+ android : src =" @drawable/ic_morphe_logo"
1515 app : layout_constraintStart_toStartOf =" parent"
1616 app : layout_constraintTop_toTopOf =" parent"
1717 app : shapeAppearanceOverlay =" @style/ShapeAppearance.Material3.Corner.Full"
4242 app : layout_constraintTop_toBottomOf =" @id/morphe_name"
4343 tools : text =" @string/morphe_description" />
4444
45- <com .google.android.material.button.MaterialButtonGroup
46- android : id =" @+id/morphe_buttons "
47- android : layout_width =" wrap_content "
45+ <HorizontalScrollView
46+ android : id =" @+id/morphe_buttons_scroll "
47+ android : layout_width =" 0dp "
4848 android : layout_height =" wrap_content"
4949 android : layout_marginTop =" 16dp"
50- android : spacing =" 0dp"
50+ android : clipToPadding =" false"
51+ android : overScrollMode =" never"
52+ android : scrollbarSize =" 1dp"
5153 app : layout_constraintBottom_toBottomOf =" parent"
54+ app : layout_constraintEnd_toEndOf =" parent"
5255 app : layout_constraintStart_toStartOf =" @id/morphe_summary"
5356 app : layout_constraintTop_toBottomOf =" @id/morphe_summary" >
5457
55- <com .google.android.material.button.MaterialButton
56- android : id =" @+id/morphe_github"
57- style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
58- android : layout_width =" 60dp"
58+ <com .google.android.material.button.MaterialButtonGroup
59+ android : id =" @+id/morphe_buttons"
60+ android : layout_width =" wrap_content"
5961 android : layout_height =" wrap_content"
60- app : icon =" @drawable/ic_github"
61- app : iconGravity =" textStart"
62- app : strokeColor =" ?attr/colorOutline" />
62+ android : spacing =" 0dp" >
6363
64- <com .google.android.material.button.MaterialButton
65- android : id =" @+id/morphe_x "
66- style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
67- android : layout_width =" 60dp"
68- android : layout_height =" wrap_content"
69- app : icon =" @drawable/ic_x "
70- app : iconGravity =" textStart"
71- app : strokeColor =" ?attr/colorOutline" />
64+ <com .google.android.material.button.MaterialButton
65+ android : id =" @+id/morphe_github "
66+ style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
67+ android : layout_width =" 60dp"
68+ android : layout_height =" wrap_content"
69+ app : icon =" @drawable/ic_github "
70+ app : iconGravity =" textStart"
71+ app : strokeColor =" ?attr/colorOutline" />
7272
73- <com .google.android.material.button.MaterialButton
74- android : id =" @+id/morphe_reddit "
75- style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
76- android : layout_width =" 60dp"
77- android : layout_height =" wrap_content"
78- app : icon =" @drawable/ic_reddit "
79- app : iconGravity =" textStart"
80- app : strokeColor =" ?attr/colorOutline" />
73+ <com .google.android.material.button.MaterialButton
74+ android : id =" @+id/morphe_x "
75+ style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
76+ android : layout_width =" 60dp"
77+ android : layout_height =" wrap_content"
78+ app : icon =" @drawable/ic_x "
79+ app : iconGravity =" textStart"
80+ app : strokeColor =" ?attr/colorOutline" />
8181
82- <com .google.android.material.button.MaterialButton
83- android : id =" @+id/morphe_website"
84- style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
85- android : layout_width =" 60dp"
86- android : layout_height =" wrap_content"
87- app : icon =" @drawable/ic_website"
88- app : iconGravity =" textStart"
89- app : strokeColor =" ?attr/colorOutline" />
90- </com .google.android.material.button.MaterialButtonGroup>
82+ <com .google.android.material.button.MaterialButton
83+ android : id =" @+id/morphe_reddit"
84+ style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
85+ android : layout_width =" 60dp"
86+ android : layout_height =" wrap_content"
87+ app : icon =" @drawable/ic_reddit"
88+ app : iconGravity =" textStart"
89+ app : strokeColor =" ?attr/colorOutline" />
90+
91+ <com .google.android.material.button.MaterialButton
92+ android : id =" @+id/morphe_website"
93+ style =" @style/Widget.Material3Expressive.Button.IconButton.Outlined"
94+ android : layout_width =" 60dp"
95+ android : layout_height =" wrap_content"
96+ app : icon =" @drawable/ic_website"
97+ app : iconGravity =" textStart"
98+ app : strokeColor =" ?attr/colorOutline" />
99+ </com .google.android.material.button.MaterialButtonGroup>
100+ </HorizontalScrollView >
91101</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments