Advertisement
Guest User

Untitled

a guest
Dec 9th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <LinearLayout
  4.    xmlns:android="http://schemas.android.com/apk/res/android"
  5.    android:layout_width="match_parent"
  6.    android:layout_height="match_parent"
  7.    android:orientation="vertical">
  8.  
  9.     <TextView android:id="@+id/LblTitulo"
  10.        android:layout_width="wrap_content"
  11.        android:layout_height="wrap_content"
  12.        android:textStyle="bold"
  13.        android:textSize="20dp" />
  14.  
  15.     <TextView android:id="@+id/LblSubTitulo"
  16.        android:layout_width="wrap_content"
  17.        android:layout_height="wrap_content"
  18.        android:textStyle="normal"
  19.        android:textSize="12dp" />
  20.  
  21. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement