Ignore:
Timestamp:
Oct 31, 2013, 10:16:57 AM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
31cf7cf
Parents:
0a5cb8c
Message:

Corrección de error en layout de resultado de firma manuscrita sobre archivo pdf.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/src/ve/gob/cenditel/tibisaymovil/SignResultHandwrittenSignatureActivity.java

    rc874484 rca6582b  
    4444                        getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title_bar);
    4545
    46         TextView archivo_para_firm = (TextView) this.findViewById(R.id.archivo_original_a_descifrar);
     46        TextView archivo_para_firm = (TextView) this.findViewById(R.id.archivo_original_a_firmar);
    4747        TextView imagen_utlizada= (TextView) this.findViewById(R.id.archivo_descifrado);
    4848        TextView archivo_firmado = (TextView) this.findViewById(R.id.destinatario);
Note: See TracChangeset for help on using the changeset viewer.