fragment_db
<!--线性布局-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_ />
android:orientation="vertical">
<!--按钮-->
<Button
android:id="@+id/btn_test_db"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TEST DB" />
<!--按钮-->
<Button
android:id="@+id/btn_test_db2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="TEST 性能" />
<!--文本视图-->
<TextView
android:id="@+id/tv_db_result"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>