File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 99<com .google.android.material.card.MaterialCardView xmlns : android =" http://schemas.android.com/apk/res/android"
1010 xmlns : app =" http://schemas.android.com/apk/res-auto"
1111 xmlns : tools =" http://schemas.android.com/tools"
12+ android : id =" @+id/infoCard"
1213 style =" ?attr/materialCardViewFilledStyle"
1314 android : layout_width =" match_parent"
1415 android : layout_height =" wrap_content"
15- android : backgroundTint =" @color/bg_default"
16- android : id =" @+id/infoCard" >
16+ android : backgroundTint =" @color/bg_default" >
1717
1818 <androidx .constraintlayout.widget.ConstraintLayout
1919 android : layout_width =" match_parent"
4343
4444 </LinearLayout >
4545
46- <com .google.android.material.button.MaterialButton
46+ <Button
4747 android : id =" @+id/openInButton"
48+ style =" @style/Widget.Material3.Button.TextButton"
4849 android : layout_width =" wrap_content"
4950 android : layout_height =" wrap_content"
5051 android : layout_margin =" @dimen/standard_quarter_margin"
You can’t perform that action at this time.
0 commit comments