blob: e5464b883e6e8a133d3905a24e51ed9790d46eb8 [file] [log] [blame]
alisionb3aa0fe2013-05-29 09:18:51 -04001<CheckedTextView xmlns:android="http://schemas.android.com/apk/res/android"
2 xmlns:tools="http://schemas.android.com/tools"
3 android:id="@+id/textView1"
4 android:layout_width="wrap_content"
5 android:layout_height="60dp"
6 android:layout_marginLeft="5dp"
7 android:drawableRight="@drawable/ic_contact_picture"
8 android:gravity="center_vertical"
9 android:text="GLOUBIBBI"
10 android:textColor="#FFFFFF"
11 android:padding="10dp"
12 android:textSize="14sp"
13 android:textStyle="bold" />