<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:background="@drawable/border_bottom"
    android:layout_height="wrap_content">
    <Button xmlns:android="http://schemas.android.com/apk/res/android"
        style="@style/Widget.AppCompat.Button.Borderless"
        android:id="@+id/button"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:gravity="start|center_vertical"
        android:padding="15dp"
        android:text="Button" />
</LinearLayout>