source: dispositivos_moviles/TibisayMovil/res/xml/preferences.xml @ f32914c

Last change on this file since f32914c was 288126d, checked in by Jose Ruiz <joseruiz@…>, 11 years ago

Manejo de repositorio de certificados y firma con pkcs7

  • Property mode set to 100644
File size: 571 bytes
Line 
1<PreferenceScreen
2    xmlns:android="http://schemas.android.com/apk/res/android">
3    <PreferenceCategory android:title="Categoría 1">
4        <CheckBoxPreference
5            android:key="opcion1"
6            android:title="Preferencia 1"
7            android:summary="Descripción de la preferencia 1" />
8        <EditTextPreference
9            android:key="opcion2"
10            android:title="Preferencia 2"
11            android:summary="Descripción de la preferencia 2"
12            android:dialogTitle="Introduce valor" />
13    </PreferenceCategory>
14</PreferenceScreen>
Note: See TracBrowser for help on using the repository browser.