mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.0 KiB
61 lines
2.0 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
android:layout_width="fill_parent" |
|
android:layout_height="fill_parent" |
|
android:focusable="false" |
|
android:orientation="vertical" > |
|
|
|
<LinearLayout |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" > |
|
|
|
<TextView |
|
android:id="@+id/InfoName" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:text="Large Text" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" > |
|
|
|
<TextView |
|
android:id="@+id/textView1" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:text="Version: " |
|
android:textAppearance="?android:attr/textAppearanceSmall" /> |
|
|
|
<TextView |
|
android:id="@+id/InfoVersion" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:text="Small Text" |
|
android:textAppearance="?android:attr/textAppearanceSmall" /> |
|
|
|
</LinearLayout> |
|
|
|
<LinearLayout |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" > |
|
|
|
<TextView |
|
android:id="@+id/textView2" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:text="Target hardware: " |
|
android:textAppearance="?android:attr/textAppearanceSmall" /> |
|
|
|
<TextView |
|
android:id="@+id/InfoHardware" |
|
android:layout_width="wrap_content" |
|
android:layout_height="wrap_content" |
|
android:text="Small Text" |
|
android:textAppearance="?android:attr/textAppearanceSmall" /> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |