xref: /aosp_15_r20/sdk/testapps/basicProjectWithAidl/res/layout/main.xml (revision 1789df15502f1991eff51ff970dce5df8404dd56)
1*1789df15SXin Li<?xml version="1.0" encoding="utf-8"?>
2*1789df15SXin Li<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3*1789df15SXin Li    android:orientation="vertical"
4*1789df15SXin Li    android:layout_width="fill_parent"
5*1789df15SXin Li    android:layout_height="fill_parent"
6*1789df15SXin Li    >
7*1789df15SXin Li<TextView
8*1789df15SXin Li    android:layout_width="fill_parent"
9*1789df15SXin Li    android:layout_height="wrap_content"
10*1789df15SXin Li    android:text="Basic Project"
11*1789df15SXin Li    />
12*1789df15SXin Li</LinearLayout>
13*1789df15SXin Li
14