Ignore:
Timestamp:
Sep 6, 2013, 2:00:32 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
95d372e
Parents:
824553a
Message:

Modificaciones para mostrar los errores de una firma en una interfaz separada.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/res/layout/activity_verify_result_bdoc.xml

    r5147e01 r88eadd6  
    1616        android:background="@drawable/bg_path_file_to_sign"
    1717        android:text="@string/verificar_titulo_firmae" />
    18     <TextView
    19         android:id="@+id/archivo_para_firmar_path"
    20         android:layout_width="wrap_content"
    21         android:layout_height="wrap_content"
    22         android:layout_marginTop="5dp"
    23         android:layout_marginLeft="5dp"
    24         android:layout_marginRight="5dp"
    25         android:text="" />
     18
     19    <LinearLayout
     20        android:layout_width="match_parent"
     21        android:layout_height="wrap_content" >
     22
     23        <TextView
     24            android:id="@+id/archivo_para_firmar_path"
     25            android:layout_width="wrap_content"
     26            android:layout_height="wrap_content"
     27            android:layout_marginLeft="5dp"
     28            android:layout_marginRight="5dp"
     29            android:layout_marginTop="5dp"
     30            android:layout_weight="0.96" />
     31
     32        <ImageView
     33            android:id="@+id/arrow_show_errors"
     34            android:layout_width="wrap_content"
     35            android:layout_height="wrap_content"
     36            android:layout_gravity="right"
     37            android:src="@drawable/flecha_siguiente" />
     38    </LinearLayout>
    2639   
    2740    <TextView
Note: See TracChangeset for help on using the changeset viewer.