<?xml version="1.0" encoding="utf-8"?><resources><stylename="MainTheme"parent="MainTheme.Base"></style><!-- Base theme applied no matter what API --><stylename="MainTheme.Base"parent="Theme.AppCompat.Light.DarkActionBar"><!--If you are using revision 22.1 please use just windowNoTitle. Without android:--><itemname="windowNoTitle">true</item><!--We will be using the toolbar so no need to show ActionBar--><itemname="windowActionBar">false</item><!-- Set theme colors from https://aka.ms/material-colors --><!-- colorPrimary is used for the default action bar background --><itemname="colorPrimary">#2196F3</item><!-- colorPrimaryDark is used for the status bar --><itemname="colorPrimaryDark">#1976D2</item><!-- colorAccent is used as the default value for colorControlActivated which is used to tint widgets --><itemname="colorAccent">#FF4081</item><!-- You can also set colorControlNormal, colorControlActivated colorControlHighlight and colorSwitchThumbNormal. --><itemname="windowActionModeOverlay">true</item><itemname="android:datePickerDialogTheme">@style/AppCompatDialogStyle</item></style><stylename="AppCompatDialogStyle"parent="Theme.AppCompat.Light.Dialog"><itemname="colorAccent">#FF4081</item></style></resources>