Changeset 824553a in dispositivos_moviles for TibisayMovil/res/layout/activity_signer_info.xml


Ignore:
Timestamp:
Sep 4, 2013, 6:33:33 PM (11 years ago)
Author:
Antonio Araujo Brett <aaraujo@…>
Branches:
master
Children:
88eadd6
Parents:
67239d6
Message:

Modificaciones para mostrar los errores de la verificacion de firmas en la actividad de resultados.

File:
1 edited

Legend:

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

    r064d990 r824553a  
    2323        android:orientation="vertical" >
    2424
    25         <TextView
    26             android:id="@+id/signer_detail_cn"
    27                         android:layout_width="wrap_content"
    28                 android:layout_height="wrap_content"
    29                 android:layout_marginTop="5dp"
    30                 android:layout_marginLeft="5dp"
    31                 android:layout_marginRight="5dp" />
    32 
    33         <TextView
    34             android:id="@+id/signer_detail_role"
    35             android:layout_width="wrap_content"
    36             android:layout_height="wrap_content" />
     25            <TextView
     26                android:id="@+id/signer_detail_cn"
     27                android:layout_width="wrap_content"
     28                android:layout_height="wrap_content"
     29                android:layout_marginLeft="5dp"
     30                android:layout_marginRight="5dp"
     31                android:layout_marginTop="5dp"
     32                android:scrollbars="vertical" />
     33               
     34                <TextView
     35                android:id="@+id/signer_detail_errors"
     36                    android:layout_width="wrap_content"
     37                android:layout_height="wrap_content"
     38                android:layout_marginLeft="5dp"
     39                android:layout_marginRight="5dp"
     40                android:layout_marginTop="5dp" />
    3741
    3842    </LinearLayout>
Note: See TracChangeset for help on using the changeset viewer.