mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-05-19 06:05:36 -04:00
feat: add font customization (#374)
* fix: use AndroidX AppCompat PopupMenu * feat: add font customization
This commit is contained in:
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Added support for custom fonts
|
||||
|
||||
## [1.5.0] - 2025-12-16
|
||||
### Changed
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
package org.fossify.filemanager.adapters
|
||||
|
||||
import android.view.*
|
||||
import android.widget.PopupMenu
|
||||
import androidx.appcompat.widget.PopupMenu
|
||||
import org.fossify.commons.activities.BaseSimpleActivity
|
||||
import org.fossify.commons.adapters.MyRecyclerViewAdapter
|
||||
import org.fossify.commons.extensions.getPopupMenuTheme
|
||||
|
||||
Reference in New Issue
Block a user