Advertisement
Guest User

AXML

a guest
Aug 7th, 2019
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 15.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.                xmlns:tools="http://schemas.android.com/tools"
  4.                xmlns:local="http://schemas.android.com/apk/res-auto"
  5.                android:orientation="vertical"
  6.                android:layout_width="match_parent"
  7.                android:layout_height="match_parent">
  8.      <ScrollView
  9.             android:id="@+id/scrollView"
  10.             android:layout_width="match_parent"
  11.             android:layout_height="match_parent"
  12.             android:layout_below="@id/header">
  13.         <LinearLayout
  14.                    android:layout_width="match_parent"
  15.                    android:layout_height="match_parent"
  16.                    android:orientation="vertical">
  17.             <LinearLayout
  18.                    android:id="@+id/view_sca_operation"
  19.                    android:layout_width="match_parent"
  20.                    android:layout_height="match_parent"
  21.                    android:orientation="vertical">
  22.  
  23.                 <LinearLayout
  24.                        android:id="@+id/ly_logo"
  25.                        android:orientation="horizontal"
  26.                        android:layout_width="match_parent"
  27.                        android:layout_height="wrap_content"
  28.                        android:gravity="center_horizontal"
  29.                        android:padding="20dp">
  30.                     <ImageView
  31.                            android:id="@+id/logo"
  32.                            android:layout_width="wrap_content"
  33.                            android:layout_height="wrap_content"
  34.                            android:src="@drawable/login_logo_bankia"
  35.                            android:scaleType="fitCenter"/>
  36.                 </LinearLayout>
  37.                 <LinearLayout
  38.                        android:layout_width="match_parent"
  39.                        android:layout_height="wrap_content"
  40.                        android:orientation="vertical"
  41.                        android:id="@+id/ly_operation_detail">
  42.                     <Bankia.Droid.Controls.BankiaTextView
  43.                            android:id="@+id/tv_autentication_store"
  44.                            android:layout_width="match_parent"
  45.                            android:layout_height="wrap_content"
  46.                            android:text="Autenticación compra Decathlon"
  47.                            android:paddingLeft="20dp"/>
  48.                     <Bankia.Droid.Controls.BankiaTextView
  49.                            android:id="@+id/tv_amount_operation"
  50.                            android:layout_width="match_parent"
  51.                            android:layout_height="wrap_content"
  52.                            android:textSize="21sp"
  53.                            android:textStyle="bold"
  54.                            android:text="24,99€"
  55.                            android:paddingLeft="20dp"/>
  56.                     <LinearLayout
  57.                            android:layout_width="match_parent"
  58.                            android:layout_height="wrap_content"
  59.                            android:orientation="horizontal"
  60.                            android:padding="20dp">
  61.                         <View android:id="@+id/indicator"
  62.                                android:layout_width="4dp"
  63.                                android:layout_height="match_parent"
  64.                                android:background="@color/bankia_green"/>
  65.  
  66.                         <LinearLayout
  67.                                android:id="@+id/ly_detail"
  68.                                android:layout_width="match_parent"
  69.                                android:layout_height="wrap_content"
  70.                                android:orientation="vertical"
  71.                                android:paddingLeft="5dp">
  72.  
  73.                             <Bankia.Droid.Controls.BankiaTextView
  74.                                    android:layout_width="match_parent"
  75.                                    android:layout_height="wrap_content"
  76.                                    android:text="Tarjeta origen"/>
  77.                             <Bankia.Droid.Controls.BankiaTextView
  78.                                    android:id="@+id/tv_card_origin"
  79.                                    android:layout_width="match_parent"
  80.                                    android:layout_height="wrap_content"
  81.                                    android:textSize="21sp"
  82.                                    android:textStyle="bold"
  83.                                    android:text="MI CREDITO DISP. **1234"/>
  84.  
  85.                             <Bankia.Droid.Controls.BankiaTextView
  86.                                    android:layout_width="match_parent"
  87.                                    android:layout_height="wrap_content"
  88.                                    android:text="Destino"/>
  89.                             <Bankia.Droid.Controls.BankiaTextView
  90.                                    android:id="@+id/tv_to_store"
  91.                                    android:layout_width="match_parent"
  92.                                    android:layout_height="wrap_content"
  93.                                    android:textSize="21sp"
  94.                                    android:textStyle="bold"
  95.                                    android:text="Decathlon S.L."/>
  96.  
  97.                         </LinearLayout>
  98.                     </LinearLayout>
  99.                 </LinearLayout>
  100.                 <LinearLayout
  101.                        android:layout_width="match_parent"
  102.                        android:layout_height="wrap_content"
  103.                        android:orientation="horizontal"
  104.                        android:layout_marginLeft="@dimen/margin_hight"
  105.                        android:layout_marginRight="@dimen/margin_hight"
  106.                        android:layout_marginTop="@dimen/margin_hight">
  107.                  
  108.                         <Bankia.Droid.Controls.SettingsToggle2
  109.                                android:id="@+id/tbConditions2"
  110.                                android:layout_width="wrap_content"
  111.                                android:layout_height="wrap_content"
  112.                                android:layout_marginRight="@dimen/margin_low"
  113.                                local:oval_background_off="gen_bg_switch_off"
  114.                                local:oval_background_on="gen_bg_switch_on"
  115.                                local:MvxBind="Checked AceptedContidtions" />
  116.                      <BankiaTextView
  117.                            android:layout_width="match_parent"
  118.                            android:layout_height="wrap_content"
  119.                            android:text="__He leido y acepto las condiciones legales"
  120.                            android:layout_alignParentLeft="true"
  121.                            android:layout_toLeftOf="@+id/tbConditions2"
  122.                            local:customFont="@string/font_pro_regular"
  123.                            local:MvxBind="Text [EnrollmentLegaly]"
  124.                            android:importantForAccessibility="no"
  125.                            style="@style/BankiaLabelConfigText" />
  126.                     </LinearLayout>
  127.  
  128.                 <LinearLayout
  129.                        android:id="@+id/sing_container"
  130.                        android:layout_width="match_parent"
  131.                        android:layout_height="wrap_content"
  132.                        android:paddingLeft="15dp"
  133.                        android:paddingRight="15dp"
  134.                        android:visibility="visible"
  135.                        android:orientation="vertical"/>
  136.  
  137.                 <Bankia.Droid.BankiaButton
  138.                        android:id="@+id/btn_cancel"
  139.                        android:layout_width="match_parent"
  140.                        android:layout_height="wrap_content"
  141.                        android:layout_marginTop="@dimen/margin_even_hight"
  142.                        android:layout_marginLeft="@dimen/margin_even_hight"
  143.                        android:layout_marginRight="@dimen/margin_even_hight"
  144.                        local:customFont="@string/font_pro_semibold"
  145.                        local:MvxBind="Text [Cancel]; Click CancelCommand"
  146.                        style="@style/BankiaButton.White"/>
  147.  
  148.             </LinearLayout>
  149.             <LinearLayout
  150.                    android:id="@+id/view_sca_operation_success"
  151.                    android:layout_width="match_parent"
  152.                    android:layout_height="match_parent"
  153.                    android:orientation="vertical">
  154.  
  155.                 <LinearLayout
  156.                        android:orientation="horizontal"
  157.                        android:layout_width="match_parent"
  158.                        android:layout_height="wrap_content"
  159.                        android:gravity="center"
  160.                        android:layout_weight="2">
  161.                     <ImageView
  162.                            android:layout_width="wrap_content"
  163.                            android:layout_height="wrap_content"
  164.                            android:src="@drawable/gen_img_alert_correct"
  165.                            android:scaleType="fitCenter"/>
  166.                 </LinearLayout>
  167.                 <LinearLayout
  168.                        android:layout_width="match_parent"
  169.                        android:layout_height="wrap_content"
  170.                        android:orientation="vertical"
  171.                        android:layout_weight="5">
  172.                     <Bankia.Droid.Controls.BankiaTextView
  173.                            android:layout_width="match_parent"
  174.                            android:layout_height="wrap_content"
  175.                            android:textStyle="bold"
  176.                            android:text="La autentificación para tu compra en Decathlon ha sido realizada con éxito."
  177.                            android:textSize="21sp"
  178.                            android:gravity="top"
  179.                            android:textAlignment="center"
  180.                            android:layout_marginLeft="50dp"
  181.                            android:layout_marginRight="50dp"
  182.                            android:layout_weight="1"/>
  183.                     <Bankia.Droid.Controls.BankiaTextView
  184.                            android:layout_width="match_parent"
  185.                            android:layout_height="wrap_content"
  186.                            android:textSize="21sp"
  187.                            android:text="Continue la compra en su tienda."
  188.                            android:gravity="center"
  189.                            android:textAlignment="gravity"
  190.                            android:layout_weight="1"/>
  191.                     <LinearLayout
  192.                            android:layout_width="match_parent"
  193.                            android:layout_height="wrap_content"
  194.                            android:orientation="vertical"
  195.                            android:layout_weight="5">
  196.                         <Bankia.Droid.BankiaButton
  197.                                android:id="@+id/btn_exit"
  198.                                android:layout_width="match_parent"
  199.                                android:layout_height="60dp"
  200.                                android:gravity="center"
  201.                                android:layout_marginTop="40dp"
  202.                                android:layout_marginLeft="50dp"
  203.                                android:layout_marginRight="50dp"
  204.                                local:customFont="@string/font_pro_semibold"
  205.                                local:MvxBind="Text [PrestamoOnCommonExit]; Click CancelCommand"
  206.                                style="@style/BankiaButton.White"/>
  207.                     </LinearLayout>
  208.                     <LinearLayout
  209.                            android:layout_width="match_parent"
  210.                            android:layout_height="wrap_content"
  211.                            android:orientation="vertical"
  212.                            android:layout_weight="9"/>
  213.                     </LinearLayout>
  214.                 </LinearLayout>
  215.             <LinearLayout
  216.                android:id="@+id/view_sca_operation_error"
  217.                android:layout_width="match_parent"
  218.                android:layout_height="match_parent"
  219.                android:orientation="vertical">
  220.  
  221.                 <LinearLayout
  222.                        android:orientation="horizontal"
  223.                        android:layout_width="match_parent"
  224.                        android:layout_height="wrap_content"
  225.                        android:gravity="center"
  226.                        android:layout_weight="2">
  227.                     <ImageView
  228.                            android:layout_width="wrap_content"
  229.                            android:layout_height="wrap_content"
  230.                            android:src="@drawable/gen_img_alert_wrong"
  231.                            android:scaleType="fitCenter"/>
  232.                 </LinearLayout>
  233.                 <LinearLayout
  234.                        android:layout_width="match_parent"
  235.                        android:layout_height="wrap_content"
  236.                        android:orientation="vertical"
  237.                        android:layout_weight="5">
  238.                     <Bankia.Droid.Controls.BankiaTextView
  239.                            android:layout_width="match_parent"
  240.                            android:layout_height="wrap_content"
  241.                            android:textStyle="bold"
  242.                            android:text="La autentificación para tu compra en Decathlon no se ha podido realizar."
  243.                            android:textSize="21sp"
  244.                            android:gravity="top"
  245.                            android:textAlignment="center"
  246.                            android:layout_marginLeft="50dp"
  247.                            android:layout_marginRight="50dp"
  248.                            android:layout_weight="1"/>
  249.                     <Bankia.Droid.Controls.BankiaTextView
  250.                            android:layout_width="match_parent"
  251.                            android:layout_height="wrap_content"
  252.                            android:textSize="21sp"
  253.                            android:text="Por favor inténtalo de nuevo."
  254.                            android:gravity="center"
  255.                            android:textAlignment="gravity"
  256.                            android:layout_weight="1"/>
  257.                     <LinearLayout
  258.                            android:layout_width="match_parent"
  259.                            android:layout_height="wrap_content"
  260.                            android:orientation="vertical"
  261.                            android:layout_weight="5">
  262.                         <Bankia.Droid.BankiaButton
  263.                                android:id="@+id/btn_retry"
  264.                                android:layout_width="match_parent"
  265.                                android:layout_height="60dp"
  266.                                android:gravity="center"
  267.                                android:layout_marginTop="40dp"
  268.                                android:layout_marginLeft="50dp"
  269.                                android:layout_marginRight="50dp"
  270.                                local:customFont="@string/font_pro_semibold"
  271.                                local:MvxBind="Click CancelCommand"
  272.                                style="@style/BankiaButton.White"/>
  273.                     </LinearLayout>
  274.                     <LinearLayout
  275.                            android:layout_width="match_parent"
  276.                            android:layout_height="wrap_content"
  277.                            android:orientation="vertical"
  278.                            android:layout_weight="9"/>
  279.                 </LinearLayout>
  280.             </LinearLayout>
  281.         </LinearLayout>
  282.     </ScrollView>
  283. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement