diff options
author | cyberta <cyberta@riseup.net> | 2021-11-21 01:31:56 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2021-11-21 01:31:56 +0000 |
commit | 4ebcedd733efce56c91ef21c9b5b167a7820db12 (patch) | |
tree | 20c15802e7c238790fd582b309ef1815c8691917 /app/src/main/res/values/themes.xml | |
parent | e4cd4773651ef4080a2e8853c5e348e24153467d (diff) | |
parent | 948bc99196a05efa33072f0cc6776b81165ed06a (diff) |
Merge branch 'custom_font' into 'simply_secure_UI_changes'
Custom font
See merge request leap/bitmask_android!144
Diffstat (limited to 'app/src/main/res/values/themes.xml')
-rw-r--r-- | app/src/main/res/values/themes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index ab489fc6..e54feaff 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -3,9 +3,9 @@ <style name="BitmaskTheme" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> + <item name="android:fontFamily">@font/sofiapro_regular</item> <item name="textColorError">@color/colorError</item> - <!-- progressBar color --> <item name="colorAccent">@color/colorPrimary</item> |