如何实现底部工具栏的位置在屏幕底部

一个垂直方向的LinearLayout,包含两个View。下面一个View(工具栏)固定在屏幕底部,上面的View占据剩余的屏幕空间。

创新互联公司专注于河曲网站建设服务及定制,我们拥有丰富的企业做网站经验。 热诚为您提供河曲营销型网站建设,河曲网站制作、河曲网页设计、河曲网站官网定制、小程序设计服务,打造河曲网络公司原创品牌,更为您提供河曲网站排名全网营销落地服务。

            android:orientation="vertical"
        android:id="@+id/vertical_layout"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

                    android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
         />
        
                    android:layout_width="match_parent"
            android:layout_height="wrap_content"
        />
   

android:layout_height="0dp"
android:layout_weight="1"


本文标题:如何实现底部工具栏的位置在屏幕底部
URL标题:http://myzitong.com/article/igspod.html