feat: add font customization (#374)

* fix: use AndroidX AppCompat PopupMenu

* feat: add font customization
This commit is contained in:
Naveen Singh
2026-01-26 00:07:43 +05:30
committed by GitHub
parent 0dea8e0576
commit 16e51ca4f5
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

@@ -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