Browse Source

no message

master
lh 7 years ago
parent
commit
33cfb2c14e
2 changed files with 6 additions and 3 deletions
  1. +4
    -2
      app/src/main/res/layout/frag_chandan.xml
  2. +2
    -1
      app/src/main/res/layout/frag_yuchu.xml

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

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:orientation="vertical"
android:scrollbars="none">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"


+ 2
- 1
app/src/main/res/layout/frag_yuchu.xml View File

@ -2,7 +2,8 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:orientation="vertical"
android:scrollbars="none">
<LinearLayout
android:layout_width="match_parent"


Loading…
Cancel
Save