You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:background="#ffffff"
|
|
android:orientation="vertical"
|
|
tools:context=".activity.sbxj.BamjActivity">
|
|
|
|
<include
|
|
android:id="@+id/toolbarView"
|
|
layout="@layout/layout_base" />
|
|
|
|
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="0dp"
|
|
android:layout_weight="1">
|
|
|
|
<ListView
|
|
android:id="@+id/lv"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_margin="@dimen/px_10"
|
|
android:divider="#00000000"
|
|
android:dividerHeight="0px" />
|
|
|
|
<TextView
|
|
android:id="@+id/tv_nodata"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center"
|
|
android:text="暂无保存数据"
|
|
android:textColor="@color/viewfinder_mask" />
|
|
|
|
</FrameLayout>
|
|
</LinearLayout> |