app/src/main/res/layout/custom_layout_location.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="25dp"
android:background="@drawable/custom_dialog_background">>
<TextView
android:id="@+id/dialogTitle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Choose a location"
android:layout_gravity="center"
android:textSize="24sp"
android:textStyle="bold"
android:textColor="@android:color/white"
/>
</LinearLayout>