<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:topLeftRadius="8.0px" android:topRightRadius="8.0px" android:bottomLeftRadius="8.0px" android:bottomRightRadius="8.0px" />
    <solid android:color="@color/app_background_tobbar_union_blue" />
</shape>