2016-06-06 5 views

답변

0

에서 아주 새로운 오전에만 다음 코드를 수행해야합니다

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" 
    android:layout_width="match_parent" 
    android:layout_height="match_parent"> 

    <FrameLayout 
     android:layout_width="match_parent" 
     android:layout_height="match_parent" 
     android:stretchColumns="1"> 

     <!-- What do you want Buttons, text, etc... --> 

    </FrameLayout> 
    <LinearLayout 
     android:layout_width="match_parent" 
     android:layout_height="match_parent"> 
     <!-- What do you want Buttons, text, etc... --> 
    </LinearLayout> 
</ScrollView> 

내가 예 도움을 희망하는 예입니다.

관련 문제