mirror of
https://codeberg.org/gitnex/GitNex.git
synced 2024-12-16 15:48:13 +08:00
Merge branch 'new-font-testing' of mmarif/GitNex into master
This commit is contained in:
commit
d00691d71b
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