2013-04-20 13:56:38 +02:00

8 lines
357 B
XML

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/profile_name"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:textAppearance="?android:attr/textAppearanceMedium"
android:padding="10dp"
android:background="?android:attr/activatedBackgroundIndicator" >
</TextView>