Ignore:
Timestamp:
Oct 28, 2013, 10:45:53 AM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
ca6582b, 58c7f6a
Parents:
e68708b
Message:

*- Corrección de error al mostrar resultados del proceso de cifrado y descifrado de un archivo.

File:
1 edited

Legend:

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

    rfd4a5b9 r0a5cb8c  
    5050                        getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title_bar);
    5151               
    52         TextView archivo_original_a_descifrar = (TextView) this.findViewById(R.id.archivo_original_a_descifrar);
     52        TextView archivo_original_a_descifrar = (TextView) this.findViewById(R.id.archivo_original_pdf);
    5353        TextView archivo_descifrado = (TextView) this.findViewById(R.id.archivo_descifrado);
    5454        //TextView destinatario = (TextView) this.findViewById(R.id.destinatario);
Note: See TracChangeset for help on using the changeset viewer.