Browse Source

no message

master
lh 8 years ago
parent
commit
e0bda6be5f
4 changed files with 22 additions and 3 deletions
  1. +14
    -0
      app/src/main/res/layout/act_inhouse_infos.xml
  2. +1
    -0
      app/src/main/res/layout/frag_inhouse_all.xml
  3. +3
    -1
      app/src/main/res/layout/frag_inhouse_no.xml
  4. +4
    -2
      app/src/main/res/layout/frag_inhouse_yes.xml

+ 14
- 0
app/src/main/res/layout/act_inhouse_infos.xml View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:background="@color/greyf4f4f4"
android:layout_height="match_parent">
<ListView
android:id="@+id/lv_inhouse_infos"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:scrollbars="none"/>
</LinearLayout>

+ 1
- 0
app/src/main/res/layout/frag_inhouse_all.xml View File

@ -2,6 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:background="@color/greyf4f4f4"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.qhclh.ytzh.ui.RefreshLayout <com.qhclh.ytzh.ui.RefreshLayout


+ 3
- 1
app/src/main/res/layout/frag_inhouse_no.xml View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:orientation="vertical"
android:layout_width="match_parent"
android:background="@color/greyf4f4f4"
android:layout_height="match_parent"> android:layout_height="match_parent">
<com.qhclh.ytzh.ui.RefreshLayout <com.qhclh.ytzh.ui.RefreshLayout


+ 4
- 2
app/src/main/res/layout/frag_inhouse_yes.xml View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/greyf4f4f4"
android:orientation="vertical">
<com.qhclh.ytzh.ui.RefreshLayout <com.qhclh.ytzh.ui.RefreshLayout
android:id="@+id/rfl_inhouseyes" android:id="@+id/rfl_inhouseyes"


Loading…
Cancel
Save