Ignore:
Timestamp:
Oct 23, 2013, 4:07:35 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
f0566b4
Parents:
c231890
Message:

*- Implementada funcionalidad de descifrar un archivo. Agregadas actividades para realizar operación de descifrado y mostrar resultados del archivo descifrado.

File:
1 edited

Legend:

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

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