11 lines
428 B
XML
Executable File
11 lines
428 B
XML
Executable File
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical" >
|
|
<TextView
|
|
android:id="@+id/title_devices"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:text="@string/app_name">
|
|
</TextView>
|
|
</LinearLayout> |