Ignore:
Timestamp:
Oct 22, 2013, 3:53:16 PM (11 years ago)
Author:
Jose Ruiz <joseruiz@…>
Branches:
master
Children:
3fe55cf
Parents:
288126d (diff), c231890 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://tibisay.cenditel.gob.ve/trac/scm/git/dispositivos_moviles

Conflicts:

TibisayMovil/AndroidManifest?.xml
TibisayMovil?/gen/net/neiti/droidtext/R.java
TibisayMovil?/gen/ve/gob/cenditel/tibisaymovil/R.java
TibisayMovil?/src/ve/gob/cenditel/tibisaymovil/CertificateRepositoryActivity.java
TibisayMovil?/src/ve/gob/cenditel/tibisaymovil/TibisayMovilActivity.java

File:
1 edited

Legend:

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

    r288126d rf907928  
    4444                        getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.title_bar);
    4545
    46         TextView archivo_para_firm = (TextView) this.findViewById(R.id.archivo_para_firmar_path);
    47         TextView imagen_utlizada= (TextView) this.findViewById(R.id.imagen_utlizada_name);
    48         TextView archivo_firmado = (TextView) this.findViewById(R.id.archivo_firmado_path);
     46        TextView archivo_para_firm = (TextView) this.findViewById(R.id.archivo_original_a_cifrar);
     47        TextView imagen_utlizada= (TextView) this.findViewById(R.id.archivo_cifrado);
     48        TextView archivo_firmado = (TextView) this.findViewById(R.id.destinatario);
    4949
    5050        archivo_para_firm.setText(fileToSign);
     
    5252        archivo_firmado.setText(pathFileSigned+fileSigned);
    5353
    54         button_share = (LinearLayout) this.findViewById(R.id.button_share_zone);
    55         button_finish = (LinearLayout) this.findViewById(R.id.button_finish_zone);         
     54        button_share = (LinearLayout) this.findViewById(R.id.button_remove_certificate_zone);
     55        button_finish = (LinearLayout) this.findViewById(R.id.button_add_certificate_zone);         
    5656       
    5757               
Note: See TracChangeset for help on using the changeset viewer.