app/src/main/res/values/styles.xml
c732d49e
 <!--
   ~
74ca6d11
   ~ *  Copyright (C) 2020, University of the Basque Country (UPV/EHU)
c732d49e
   ~ *
   ~ * Contact for licensing options: <licensing-mcpttclient(at)mcopenplatform(dot)com>
   ~ *
   ~ * This file is part of MCOP MCPTT Client
   ~ *
   ~ * This is free software: you can redistribute it and/or modify it under the terms of
   ~ * the GNU General Public License as published by the Free Software Foundation, either version 3
   ~ * of the License, or (at your option) any later version.
   ~ *
   ~ * This is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
   ~ * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   ~ * See the GNU General Public License for more details.
   ~ *
   ~ * You should have received a copy of the GNU General Public License along
   ~ * with this program; if not, write to the Free Software Foundation, Inc.,
   ~ * 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   -->
 
 <resources>
 
     <!-- Base application theme. -->
     <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
         <!-- Customize your theme here. -->
         <item name="colorPrimary">@color/colorPrimary</item>
         <item name="colorPrimaryDark">@color/colorPrimaryDark</item>
         <item name="colorAccent">@color/colorAccent</item>
     </style>
 
     <style name="AppTheme.NoActionBar">
         <item name="windowActionBar">false</item>
         <item name="windowNoTitle">true</item>
     </style>
 
     <style name="AppTheme.AppBarOverlay" parent="ThemeOverlay.AppCompat.Dark.ActionBar" />
 
     <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.Light" />
175b478c
     <style name="Theme.Transparent" parent="android:Theme">
         <item name="android:windowIsTranslucent">true</item>
         <item name="android:windowBackground">@android:color/transparent</item>
         <item name="android:windowContentOverlay">@null</item>
         <item name="android:windowNoTitle">true</item>
         <item name="android:windowIsFloating">true</item>
         <item name="android:backgroundDimEnabled">false</item>
     </style>
     <style name="Theme.Transparent2" parent="Theme.AppCompat.Light.NoActionBar">
         <item name="android:windowIsTranslucent">true</item>
         <item name="android:windowBackground">@android:color/transparent</item>
         <item name="android:windowContentOverlay">@null</item>
         <item name="android:windowNoTitle">true</item>
         <item name="android:windowIsFloating">true</item>
         <item name="android:backgroundDimEnabled">false</item>
     </style>
c732d49e
 </resources>