12 lines
363 B
XML
12 lines
363 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<TextView
|
||
|
textColor="#000000"
|
||
|
id="@+id/window"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|