Skip to content

Commit

Permalink
change font
Browse files Browse the repository at this point in the history
  • Loading branch information
WirelessAlien committed Jan 4, 2025
1 parent 9aa8ddd commit 33bd3e7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file added app/src/main/res/font/bebasneue_regular.ttf
Binary file not shown.
Binary file removed app/src/main/res/font/nova_square.ttf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/nova_square"
android:fontFamily="@font/bebasneue_regular"
android:text="FILE"
android:textSize="14sp"
android:textStyle="bold"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/bottom_sheet_option.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/nova_square"
android:fontFamily="@font/bebasneue_regular"
android:text="FILE"
android:textSize="14sp"
android:textStyle="bold"/>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_file.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:fontFamily="@font/nova_square"
android:fontFamily="@font/bebasneue_regular"
android:text="FILE"
android:textSize="14sp"
android:textStyle="bold"
Expand Down

0 comments on commit 33bd3e7

Please sign in to comment.