<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
      <!-- the theme applied to the application or activity -->
    <style name="CustomActionBarTheme" parent="@style/AppTheme">
        <item name="android:actionBarStyle">@style/MyActionBar</item>            
    </style>
  
</resources>
