增加华瑞安测试

This commit is contained in:
2022-11-16 16:18:03 +08:00
parent c74dbc4047
commit ba6dbb3c30
4 changed files with 22 additions and 15 deletions

View File

@@ -461,14 +461,14 @@
android:layout_weight="1"
android:maxLines="1"
android:singleLine="true"
android:text="on" />
android:text="baidu" />
<Button
android:id="@+id/bt_input_off"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="off" />
android:text="sogou" />
</LinearLayout>
<LinearLayout
@@ -499,14 +499,14 @@
android:layout_weight="1"
android:maxLines="1"
android:singleLine="true"
android:text="on" />
android:text="夸克" />
<Button
android:id="@+id/bt_browser_off"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="off" />
android:text="Chrome" />
</LinearLayout>