Changeset c874484 in dispositivos_moviles for TibisayMovil/res/layout/activity_encryption_result.xml


Ignore:
Timestamp:
Oct 23, 2013, 4:33:49 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
292b560
Parents:
f0566b4 (diff), 8243993 (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?/gen/net/neiti/droidtext/R.java
TibisayMovil?/gen/ve/gob/cenditel/tibisaymovil/R.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TibisayMovil/res/layout/activity_encryption_result.xml

    rae1bcd1 rfd4a5b9  
    44    android:layout_height="fill_parent"
    55    android:orientation="vertical"
    6     android:id="@+id/recipient_certificate_layout">
     6    android:id="@+id/decryption_result_layout">
    77   
    88    <TextView
    9         android:id="@+id/label_archivo_a_cifrar"
     9        android:id="@+id/label_archivo_a_descifrar"
    1010        android:layout_width="fill_parent"
    1111        android:layout_height="wrap_content"
     
    1818
    1919    <TextView
    20         android:id="@+id/archivo_original_a_cifrar"
     20        android:id="@+id/archivo_original_a_descifrar"
    2121        android:layout_width="wrap_content"
    2222        android:layout_height="wrap_content"
     
    2727   
    2828    <TextView
    29         android:id="@+id/label_archivo_cifrado"
     29        android:id="@+id/label_archivo_original"
    3030        android:layout_width="fill_parent"
    3131        android:layout_height="wrap_content"
     
    3838
    3939    <TextView
    40         android:id="@+id/archivo_cifrado"
     40        android:id="@+id/archivo_descifrado"
    4141        android:layout_width="wrap_content"
    4242        android:layout_height="wrap_content"
Note: See TracChangeset for help on using the changeset viewer.