mirror of
https://github.com/opencv/opencv.git
synced 2025-01-01 22:24:06 +08:00
13 lines
443 B
XML
13 lines
443 B
XML
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context="${relativePackage}.${activityClass}" >
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/app_name" />
|
|
|
|
</RelativeLayout>
|