11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <ScrollView xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <FrameLayout xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools"
4- android : layout_gravity =" bottom"
54 android : layout_width =" match_parent"
6- android : layout_height =" match_parent" >
5+ android : layout_height =" wrap_content"
6+ android : paddingLeft =" 24dp"
7+ android : paddingRight =" 24dp"
8+ android : paddingBottom =" 20dp" >
79 <LinearLayout
810 android : orientation =" vertical"
911 android : layout_width =" match_parent"
1012 android : layout_height =" wrap_content"
11- android : gravity =" center"
12- android : paddingLeft =" 24dp"
13- android : paddingRight =" 24dp"
14- android : paddingBottom =" 20dp" >
13+ android : paddingBottom =" 72dp"
14+ android : gravity =" center" >
1515 <ImageView
1616 android : layout_width =" wrap_content"
1717 android : layout_height =" wrap_content"
2929 android : textStyle =" bold"
3030 android : text =" @string/Snabble.Payment.SEPA.legalInfo.title" />
3131
32- <TextView
33- android : id =" @+id/message"
34- android : layout_width =" wrap_content"
35- android : layout_height =" wrap_content"
36- android : gravity =" center"
37- android : layout_marginTop =" 8dp"
38- android : textSize =" 13sp"
39- tools : text =" Ich ermächtige Lebensmittelmärkte snabble GmbH, einmalig eine Zahlung von meinem Konto mittels Lastschrift einzuziehen." />
40-
41- <Button style =" @style/SnabbleButton"
32+ <ScrollView
4233 android : layout_width =" match_parent"
43- android : layout_height =" wrap_content"
44- android : layout_marginTop =" 24dp"
45- android : id =" @+id/button"
46- android : text =" @string/Snabble.Payment.SEPA.legalInfo.agree" />
34+ android : layout_height =" match_parent"
35+ android : layout_marginTop =" 8dp" >
36+ <TextView
37+ android : id =" @+id/message"
38+ android : layout_width =" wrap_content"
39+ android : layout_height =" wrap_content"
40+ android : gravity =" center"
41+ android : textSize =" 13sp"
42+ tools : text =" Ich ermächtige Lebensmittelmärkte snabble GmbH, einmalig eine Zahlung von meinem Konto mittels Lastschrift einzuziehen." />
43+ </ScrollView >
4744 </LinearLayout >
48- </ScrollView >
45+
46+ <Button style =" @style/SnabbleButton"
47+ android : layout_width =" match_parent"
48+ android : layout_height =" wrap_content"
49+ android : layout_marginTop =" 24dp"
50+ android : layout_gravity =" bottom"
51+ android : id =" @+id/button"
52+ android : text =" @string/Snabble.Payment.SEPA.legalInfo.agree" />
53+ </FrameLayout >
0 commit comments