<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="0.1"
android:gravity="bottom"
android:orientation="vertical" >

<Button

android:layout_width="match_parent"
android:layout_height="42dp"
android:layout_marginBottom="0dp"
android:background="@drawable/finish_bg"
android:text="一键加入" />
</LinearLayout>

 

比如这个Button 必须用LinearLayout包起来,然后设置:

android:layout_weight="0.1"
android:gravity="bottom"
android:orientation="vertical" 

相关文章:

  • 2022-01-19
  • 2021-05-19
  • 2021-11-07
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
相关资源
相似解决方案