]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values/themes.xml
Add a realtime monitoring service. https://redmine.stoutner.com/issues/750
[PrivacyCell.git] / app / src / main / res / values / themes.xml
index e4e0d1b33ff590cf043f3137ba7bc8f334d8b373..cb42f2510e656fcf90bef2f3727a58282bf3da08 100644 (file)
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
-  along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
+  along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<resources xmlns:tools="http://schemas.android.com/tools">
-    <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight">
+<resources>
+    <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight.NoActionBar">
         <!-- Main items. -->
         <item name="android:navigationBarColor">?android:attr/colorBackground</item>
         <item name="android:statusBarColor">?android:attr/colorBackground</item>
         <item name="android:windowLightNavigationBar">true</item>
         <item name="android:windowLightStatusBar">true</item>
+
+        <!-- Colors. -->
+        <item name="colorAccent">@color/blue_700</item>
+    </style>
+
+    <style name="Theme.PrivacyCellAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert">
+        <!-- Colors. -->
+        <item name="colorAccent">@color/blue_700</item>
     </style>
 </resources>
\ No newline at end of file