]> gitweb.stoutner.com Git - PrivacyCell.git/blobdiff - app/src/main/res/values-night/themes.xml
Add an option to use a bottom app bar. https://redmine.stoutner.com/issues/749
[PrivacyCell.git] / app / src / main / res / values-night / themes.xml
index b8e34ae97900441adec86ab2fe442a646fe3ff01..cd52106b55e522550970deaf8c66caf0fbd12b28 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>
-    <style name="Theme.PrivacyCell" parent="Theme.AppCompat.DayNight">
+    <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>
+
+        <!-- Colors. -->
+        <item name="colorAccent">@color/violet_500</item>
     </style>
 
     <style name="Theme.PrivacyCellAlertDialog" parent="Theme.AppCompat.DayNight.Dialog.Alert">