Android ActionBar custom layout styling

后端 未结 3 744
灰色年华
灰色年华 2020-12-14 20:05

I\'m just starting android development coming from IOS and again stubbled onto a problem. And after 1 day of trying i decided that i will ask the people of stack overflow.

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 20:40

    You could also use LinearLayout as a root and add android:weightSum and specify a layout_weight on the three child views.

    What is android:weightSum in android, and how does it work?

提交回复
热议问题