<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="50dp"
    android:layout_alignParentBottom="true"
    android:layout_gravity="bottom"
    android:background="@color/sf_background_menu"
    tools:showIn="@layout/sf_gamut_base">

    <Button
        android:id="@+id/refreshButton"
        android:layout_width="50dp"
        android:layout_height="match_parent"
        android:background="#00000000"/>

    <ImageView
        android:id="@+id/refreshArrows"
        android:layout_width="30dp"
        android:layout_height="30dp"
        android:layout_margin="10dp"
        android:clickable="false"
        android:focusable="false"
        android:src="@drawable/refresh_arrows"/>

    <ImageView
        android:id="@+id/openSettingsButton"
        android:layout_width="50dp"
        android:layout_height="match_parent"
        android:layout_alignTop="@+id/refreshButton"
        android:layout_toEndOf="@+id/refreshButton"
        android:layout_toRightOf="@+id/refreshButton"
        android:padding="12dp"
        android:src="@drawable/sf_control_gear"
        app:srcCompat="@drawable/sf_control_gear"/>

</RelativeLayout>