<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android">
    <com.google.android.setupdesign.view.NavigationBarButton android:id="@id/sud_navbar_back" android:layout_width="wrap_content" android:layout_height="fill_parent" android:drawableLeft="@drawable/sud_navbar_ic_back" android:contentDescription="@string/sud_back_button_label" android:drawableStart="@drawable/sud_navbar_ic_back" style="@style/SudNavBarButtonStyle" />
    <View android:visibility="invisible" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" />
    <com.google.android.setupdesign.view.NavigationBarButton android:gravity="end|center" android:id="@id/sud_navbar_more" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:drawableRight="@drawable/sud_navbar_ic_more" android:contentDescription="@string/sud_more_button_label" android:drawableEnd="@drawable/sud_navbar_ic_more" style="@style/SudNavBarButtonStyle" />
    <com.google.android.setupdesign.view.NavigationBarButton android:gravity="end|center" android:id="@id/sud_navbar_next" android:layout_width="wrap_content" android:layout_height="fill_parent" android:text="@string/sud_next_button_label" android:drawableRight="@drawable/sud_navbar_ic_next" android:drawableEnd="@drawable/sud_navbar_ic_next" style="@style/SudNavBarButtonStyle" />
</merge>
