
Ejemplo de xml para menú de preferencias en app de Android
Igual que ajustes.xml normal pero con preferencias anidadas y divididas por categorías.
res/xml/ajustes.xml
Snippet options
Download: Download snippet as ejemplo-de-xml-para-menu-de-preferencias-en-app-de-android.xml.
Copy snippet: For this you need a free my code stock.com account.
Embed code : You will find the embed code for this snippet at the end of the page, if you want to embed it into a website or a blog!
<?xml version="1.0" encoding="utf-8"?> <resources> <string-array name="tiposGraficos"> <item>Oscuro Mordor</item> <item>Medio Normalito</item> <item>Colorido Supernena</item> </string-array> <string-array name="tiposGraficosValores"> <item>0</item> <item>1</item> <item>2</item> </string-array> <string-array name="nombreVelocidades"> <item>Juan Carlos I</item> <item>Lance Armstrong</item> <item>Lance Armstrong dopado</item> </string-array> <string-array name="ValoresVelocidades"> <item>0</item> <item>1</item> <item>2</item> </string-array> </resources>
Create a free my code stock.com account now.
my code stok.com is a free service, which allows you to save and manage code snippes of any kind and programming language. We provide many advantages for your daily work with code-snippets, also for your teamwork. Give it a try!
Find out more and register nowYou can customize the height of iFrame-Codes as needed! You can find more infos in our API Reference for iframe Embeds.