]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-night/themes.xml
Fix a few typos.
[PrivacyCell.git] / app / src / main / res / values-night / themes.xml
index 674e26cc0b3fc892553e6f3048568eca962e16ae..ac28058c112a68bc5fcdccbe54ab286de938dc5a 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">false</item>
         <item name="android:windowLightStatusBar">false</item>
     </style>
+
+    <style name="Theme.PrivacyCellAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert">
+        <!-- Colors. -->
+        <item name="colorAccent">@color/violet_500</item>
+    </style>
 </resources>
\ No newline at end of file