Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- xmlns:local="http://schemas.android.com/apk/res-auto"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <ScrollView
- android:id="@+id/scrollView"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_below="@id/header">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/view_sca_operation"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:id="@+id/ly_logo"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:padding="20dp">
- <ImageView
- android:id="@+id/logo"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/login_logo_bankia"
- android:scaleType="fitCenter"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:id="@+id/ly_operation_detail">
- <Bankia.Droid.Controls.BankiaTextView
- android:id="@+id/tv_autentication_store"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Autenticación compra Decathlon"
- android:paddingLeft="20dp"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:id="@+id/tv_amount_operation"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="21sp"
- android:textStyle="bold"
- android:text="24,99€"
- android:paddingLeft="20dp"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:padding="20dp">
- <View android:id="@+id/indicator"
- android:layout_width="4dp"
- android:layout_height="match_parent"
- android:background="@color/bankia_green"/>
- <LinearLayout
- android:id="@+id/ly_detail"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="5dp">
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Tarjeta origen"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:id="@+id/tv_card_origin"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="21sp"
- android:textStyle="bold"
- android:text="MI CREDITO DISP. **1234"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Destino"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:id="@+id/tv_to_store"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="21sp"
- android:textStyle="bold"
- android:text="Decathlon S.L."/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:layout_marginLeft="@dimen/margin_hight"
- android:layout_marginRight="@dimen/margin_hight"
- android:layout_marginTop="@dimen/margin_hight">
- <Bankia.Droid.Controls.SettingsToggle2
- android:id="@+id/tbConditions2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="@dimen/margin_low"
- local:oval_background_off="gen_bg_switch_off"
- local:oval_background_on="gen_bg_switch_on"
- local:MvxBind="Checked AceptedContidtions" />
- <BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="__He leido y acepto las condiciones legales"
- android:layout_alignParentLeft="true"
- android:layout_toLeftOf="@+id/tbConditions2"
- local:customFont="@string/font_pro_regular"
- local:MvxBind="Text [EnrollmentLegaly]"
- android:importantForAccessibility="no"
- style="@style/BankiaLabelConfigText" />
- </LinearLayout>
- <LinearLayout
- android:id="@+id/sing_container"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="15dp"
- android:paddingRight="15dp"
- android:visibility="visible"
- android:orientation="vertical"/>
- <Bankia.Droid.BankiaButton
- android:id="@+id/btn_cancel"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="@dimen/margin_even_hight"
- android:layout_marginLeft="@dimen/margin_even_hight"
- android:layout_marginRight="@dimen/margin_even_hight"
- local:customFont="@string/font_pro_semibold"
- local:MvxBind="Text [Cancel]; Click CancelCommand"
- style="@style/BankiaButton.White"/>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/view_sca_operation_success"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:layout_weight="2">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/gen_img_alert_correct"
- android:scaleType="fitCenter"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="5">
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textStyle="bold"
- android:text="La autentificación para tu compra en Decathlon ha sido realizada con éxito."
- android:textSize="21sp"
- android:gravity="top"
- android:textAlignment="center"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- android:layout_weight="1"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="21sp"
- android:text="Continue la compra en su tienda."
- android:gravity="center"
- android:textAlignment="gravity"
- android:layout_weight="1"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="5">
- <Bankia.Droid.BankiaButton
- android:id="@+id/btn_exit"
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:gravity="center"
- android:layout_marginTop="40dp"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- local:customFont="@string/font_pro_semibold"
- local:MvxBind="Text [PrestamoOnCommonExit]; Click CancelCommand"
- style="@style/BankiaButton.White"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="9"/>
- </LinearLayout>
- </LinearLayout>
- <LinearLayout
- android:id="@+id/view_sca_operation_error"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <LinearLayout
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:layout_weight="2">
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:src="@drawable/gen_img_alert_wrong"
- android:scaleType="fitCenter"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="5">
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textStyle="bold"
- android:text="La autentificación para tu compra en Decathlon no se ha podido realizar."
- android:textSize="21sp"
- android:gravity="top"
- android:textAlignment="center"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- android:layout_weight="1"/>
- <Bankia.Droid.Controls.BankiaTextView
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textSize="21sp"
- android:text="Por favor inténtalo de nuevo."
- android:gravity="center"
- android:textAlignment="gravity"
- android:layout_weight="1"/>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="5">
- <Bankia.Droid.BankiaButton
- android:id="@+id/btn_retry"
- android:layout_width="match_parent"
- android:layout_height="60dp"
- android:gravity="center"
- android:layout_marginTop="40dp"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- local:customFont="@string/font_pro_semibold"
- local:MvxBind="Click CancelCommand"
- style="@style/BankiaButton.White"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:layout_weight="9"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- </ScrollView>
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement