aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/AndroidBootstrap/res/layout/row_title.xml
blob: dd5a3573a7fffdf45013fd5a7537706072032d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<LinearLayout 
    xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
	android:orientation="horizontal"
	android:padding="10dp">
	
    <TextView
        android:layout_width="fill_parent"
    	android:layout_height="wrap_content"
    	android:id="@+id/lblTitle"
    	android:gravity="left"
        />
</LinearLayout>