سلام وقت به خیر
مشکلی که پیش اومده اینه که دکمه کامل به پایین صفحه چسبیده نمیشه و یه فاصله ریزی به وجود میاد . دلیلش چیه؟
این هم کد مربوط به button :
<Button
android:id="@+id/save_info_btn"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:backgroundTint="@color/blue"
android:text="@string/save_btn"
android:textColor="@color/white"
android:textStyle="bold" />