Ignore:
Timestamp:
Oct 17, 2013, 3:14:28 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
d5ab40f
Parents:
6b383b3
Message:

*- Inicio de funcionalidad de gestión de certificados para cifrar archivos. Se pueden agregar y eliminar certificados. Agregada actividad EncryptionCertificatesActivity?.

File:
1 edited

Legend:

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

    r88eadd6 r4528953  
    5959               
    6060               
    61                 LinearLayout shareButton = (LinearLayout) this.findViewById(R.id.button_share_zone);
     61                LinearLayout shareButton = (LinearLayout) this.findViewById(R.id.button_remove_certificate_zone);
    6262                shareButton.setVisibility(LinearLayout.GONE);
    6363               
    6464               
    65                 ImageView backImage = (ImageView) this.findViewById(R.id.button_finish);
     65                ImageView backImage = (ImageView) this.findViewById(R.id.button_add_certificate);
    6666                backImage.setVisibility(ImageView.GONE);
    6767               
    68                 TextView buttonFinishText = (TextView) this.findViewById(R.id.button_finish_text);
     68                TextView buttonFinishText = (TextView) this.findViewById(R.id.button_add_certificate_text);
    6969                buttonFinishText.setVisibility(TextView.GONE);
    7070                               
Note: See TracChangeset for help on using the changeset viewer.