본문 바로가기
Front-end/Android (안드로이드 앱 개발)

Android studio : View - FrameLayout , ScrollView

by javapp 자바앱 2020. 1. 8.
728x90

<FrameLayout ..

    

    <LinearLayout

 

     />

 

    <TextView

         androidLayout_gravity="left|top"    //right|top, top|center_horizontal, 

                                                       //center_horizontal | ...  , bottom|left

 

 

 

</FrameLayout>

 

 

 

 

====================

<ScrollView

 

 

 

 

 

 

 

</ScrollView>

 

fillViewport

scrollbars : None, Vertical, Horizontal (수평)

orientation : Verical, Horizontal (디폴트)

 

댓글