<!--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 http://www.google.com/design/spec/style/color.html#color-color-palette -->
<!-- colorPrimary is used for the default action bar background
Was set to sharee.bike color #009899 until switching to gray for theming reasons (needs to look nice with both thmes sharee.bike and Konrad-sample theme) -->
<itemname="colorPrimary">#a5a5a5</item>
<!-- colorPrimaryDark is used for the status bar
Was set to sharee.bike like color #006666 until switching to black for theming reasons (needs to look nice with both thmes sharee.bike and Konrad-sample theme) -->
<itemname="colorPrimaryDark">#262626</item>
<!-- colorAccent is used as the default value for colorControlActivated
which is used to tint widgets
value was #FF4081 (kind of pink) up to 3.0.219 -->