Skip to content

Instantly share code, notes, and snippets.

@condesa
Created June 6, 2012 21:36
Show Gist options
  • Save condesa/2884977 to your computer and use it in GitHub Desktop.
Save condesa/2884977 to your computer and use it in GitHub Desktop.
TextView como elemento raíz de un Layout File en Android
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:typeface="monospace"
android:text="Esta es mi etiqueta al estilo Androideity"
android:textColor="#A4C639"
android:textStyle="bold" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment