File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
java-sample/src/main/res/layout
kotlin-sample/src/main/res/layout Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1616 android : layout_gravity =" center"
1717 android : gravity =" center"
1818 android : visibility =" gone"
19+ android : textAppearance =" ?attr/textAppearanceBodyLarge"
1920 android : id =" @+id/sdk_error" />
2021
2122 <FrameLayout
Original file line number Diff line number Diff line change 22<TextView xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : layout_width =" match_parent" android : layout_height =" wrap_content"
44 android : padding =" 8dp"
5- android : textSize = " 16sp " />
5+ android : textAppearance = " ?attr/textAppearanceBodyLarge " />
Original file line number Diff line number Diff line change 99 android : layout_width =" wrap_content"
1010 android : layout_height =" wrap_content"
1111 android : layout_gravity =" center"
12+ android : textAppearance =" ?attr/textAppearanceBodyLarge"
1213 android : text =" Loading" />
1314
1415</FrameLayout >
Original file line number Diff line number Diff line change 1616 android : layout_marginTop =" 8dp"
1717 android : layout_marginEnd =" 8dp"
1818 android : textAlignment =" center"
19- android : textSize = " 20sp "
19+ android : textAppearance = " ?attr/textAppearanceBodyLarge "
2020 android : text =" Welcome to the snabble SDK Sample!" />
2121
2222 <Button
2727 android : layout_marginTop =" 8dp"
2828 android : layout_marginEnd =" 8dp"
2929 android : textAlignment =" center"
30+ android : textAppearance =" ?attr/textAppearanceBodyLarge"
3031 android : text =" Show payment credentials" />
3132</LinearLayout >
Original file line number Diff line number Diff line change 1515 android : layout_marginEnd =" 8dp"
1616 android : textAlignment =" center"
1717 android : layout_gravity =" center"
18- android : text = " Custom success screen "
19- android : textSize = " 20sp " />
18+ android : textAppearance = " ?attr/textAppearanceBodyLarge "
19+ android : text = " Custom success screen " />
2020</FrameLayout >
You can’t perform that action at this time.
0 commit comments