Changeset 67541a6 in dispositivos_moviles for TibisayMovil/res


Ignore:
Timestamp:
Nov 5, 2013, 8:21:34 AM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
6141013
Parents:
6f9915f
Message:

Agregando preferencias de imagen de firma y firma manuscrita con imagen predeterminada

Location:
TibisayMovil/res
Files:
2 deleted
1 edited

Legend:

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

    rca6582b r67541a6  
    5454        android:background="@drawable/bg_path_file_to_sign"
    5555        android:text="@string/firmar_man_arch_firm" />
    56     <TextView
     56   
     57
     58    <LinearLayout
     59        android:id="@+id/layout_decrypted_file_and_arrow"
     60        android:layout_width="match_parent"
     61        android:layout_height="wrap_content"
     62        >
     63
     64        <ImageView
     65        android:id="@+id/type_image"
     66        android:layout_width="35dp"
     67        android:layout_height="wrap_content"
     68        android:layout_alignParentLeft="true"
     69        android:layout_centerVertical="true"
     70        android:contentDescription="@string/type"
     71        android:src="@drawable/ic_archivo" />
     72       
     73        <TextView
    5774        android:id="@+id/destinatario"
    5875        android:layout_width="wrap_content"
     
    6279        android:layout_marginRight="5dp"
    6380        android:text="" />
     81               
     82   
     83        <ImageView
     84            android:id="@+id/arrow_show_errors"
     85            android:layout_width="wrap_content"
     86            android:layout_height="wrap_content"
     87            android:layout_gravity="right"
     88            android:src="@drawable/flecha_siguiente" />
     89   
     90    </LinearLayout>
    6491   
    6592    <LinearLayout
Note: See TracChangeset for help on using the changeset viewer.