Skip to content

Commit

Permalink
2.9.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
epicstudios856 committed May 11, 2024
1 parent 2097df3 commit 2706ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/com/vectras/vm/VectrasApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void onCreate() {
if (language.contains("ar")) {
overrideFont("DEFAULT", R.font.cairo_regular);
} else {
overrideFont("DEFAULT", R.font.josefin_sans);
overrideFont("DEFAULT", R.font.quicksand);
}

}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<item name="chipStyle">@style/AppTheme.WidgetGroupChip</item>
<item name="windowActionModeOverlay">true</item>
<item name="windowActionBarOverlay">true</item>
<item name="android:fontFamily">@font/quicksand</item>
<!--<item name="android:fontFamily">@font/quicksand</item>-->
<item name="alertDialogTheme">@style/MainDialogTheme</item>
<item name="android:alertDialogTheme">@style/MainDialogTheme</item>
<item name="android:dialogPreferenceStyle">@style/MainDialogTheme</item>
Expand Down

0 comments on commit 2706ccb

Please sign in to comment.