11<?xml version =" 1.0" encoding =" utf-8" ?>
2-
32<!--
43 ~ This file is part of AndroidIDE.
54 ~
1716 ~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
1817 -->
1918
20- <com .google.android.material.button.MaterialButton
21- xmlns : android =" http://schemas.android.com/apk/res/android"
22- xmlns : app =" http://schemas.android.com/apk/res-auto"
23- xmlns : tools =" http://schemas.android.com/tools"
24- style =" @style/Widget.Material3.Button.TextButton.Icon"
25- android : layout_width =" match_parent"
26- android : layout_height =" 56dp"
27- android : layout_marginTop =" 4dp"
28- android : layout_marginBottom =" 4dp"
29- android : elevation =" 0dp"
30- android : ellipsize =" end"
31- android : singleLine =" true"
32- android : textAlignment =" textStart"
33- android : textColor =" ?attr/colorOnBackground"
34- android : textStyle =" bold"
35- app : iconPadding =" 8dp"
36- app : iconTint =" ?attr/colorOnBackground"
37- tools : icon =" @drawable/ic_add"
38- tools : text =" @string/msg_create_new_project" />
19+ <com .google.android.material.card.MaterialCardView
20+ xmlns : android =" http://schemas.android.com/apk/res/android"
21+ xmlns : app =" http://schemas.android.com/apk/res-auto"
22+ xmlns : tools =" http://schemas.android.com/tools"
23+ android : layout_width =" match_parent"
24+ android : layout_height =" wrap_content"
25+ android : layout_marginTop =" 4dp"
26+ android : layout_marginBottom =" 4dp"
27+ app : cardElevation =" 2dp"
28+ app : cardCornerRadius =" 8dp"
29+ app : strokeWidth =" 0dp" >
30+
31+ <com .google.android.material.button.MaterialButton
32+ style =" @style/Widget.Material3.Button.TextButton.Icon"
33+ android : layout_width =" match_parent"
34+ android : layout_height =" 56dp"
35+ android : elevation =" 0dp"
36+ android : ellipsize =" end"
37+ android : singleLine =" true"
38+ android : textAlignment =" textStart"
39+ android : textColor =" ?attr/colorOnBackground"
40+ android : textStyle =" bold"
41+ app : iconPadding =" 8dp"
42+ app : iconTint =" ?attr/colorOnBackground"
43+ tools : icon =" @drawable/ic_add"
44+ tools : text =" @string/msg_create_new_project" />
45+
46+ </com .google.android.material.card.MaterialCardView>
0 commit comments