mirror of
https://codeberg.org/gitnex/GitNex
synced 2024-12-23 00:48:57 +01:00
new font
This commit is contained in:
parent
da268b017e
commit
a497e0a284
BIN
app/src/main/res/font/sourcecodeproregular.ttf
Normal file
BIN
app/src/main/res/font/sourcecodeproregular.ttf
Normal file
Binary file not shown.
@ -5,7 +5,7 @@
|
||||
<item name="android:statusBarColor">@color/colorPrimary</item>
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimary</item>
|
||||
<item name="android:fontFamily">@font/opensanssemibold</item>
|
||||
<item name="android:fontFamily">@font/sourcecodeproregular</item>
|
||||
<item name="android:windowBackground">@color/colorPrimary</item>
|
||||
</style>
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
<item name="colorPrimary">@color/colorPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
|
||||
<item name="colorAccent">@color/colorAccent</item>
|
||||
<item name="android:fontFamily">@font/opensanssemibold</item>
|
||||
<item name="android:fontFamily">@font/sourcecodeproregular</item>
|
||||
<item name="drawerArrowStyle">@style/DrawerIcon</item>
|
||||
<item name="colorControlHighlight">#123456</item>
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user