mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Reverted app menu text sizes
This commit is contained in:
parent
3fb73b16bf
commit
7f766c4312
2 changed files with 3 additions and 4 deletions
|
|
@ -323,12 +323,12 @@ class UIUtils(private val context: Context) {
|
|||
regionText: TextView? = null
|
||||
) {
|
||||
val size = sharedPreferenceManager.getAppSize()
|
||||
setTextSize(textView, size, 20F, 24F, 28F, 32F, 36F, 40F)
|
||||
setTextSize(textView, size, 21F, 24F, 27F, 30F, 33F, 36F)
|
||||
if (editText != null) {
|
||||
setTextSize(editText, size, 20F, 24F, 28F, 32F, 36F, 40F)
|
||||
setTextSize(editText, size, 21F, 24F, 27F, 30F, 33F, 36F)
|
||||
}
|
||||
if (regionText != null) {
|
||||
setTextSize(regionText, size, 10F, 14F, 18F, 22F, 26F, 30F)
|
||||
setTextSize(regionText, size, 11F, 14F, 17F, 20F, 23F, 26F)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
Minor bug fix and enhancement release.
|
||||
|
||||
- Fixed a bug where the search bar would sho wup after renaming an app when the search bar is disabled.
|
||||
- Modified text sizes in the app menu to match maximum shortcut sizes.
|
||||
- Adjusted shortcut spacing and the huge option is now far bigger than before.
|
||||
Loading…
Add table
Add a link
Reference in a new issue