mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Merge pull request 'Reverted app menu text sizes' (#10) from 1.2 into main
Reviewed-on: https://codeberg.org/ottoptj/yamlauncher/pulls/10
This commit is contained in:
commit
d457fd94ee
2 changed files with 3 additions and 4 deletions
|
|
@ -323,12 +323,12 @@ class UIUtils(private val context: Context) {
|
||||||
regionText: TextView? = null
|
regionText: TextView? = null
|
||||||
) {
|
) {
|
||||||
val size = sharedPreferenceManager.getAppSize()
|
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) {
|
if (editText != null) {
|
||||||
setTextSize(editText, size, 20F, 24F, 28F, 32F, 36F, 40F)
|
setTextSize(editText, size, 21F, 24F, 27F, 30F, 33F, 36F)
|
||||||
}
|
}
|
||||||
if (regionText != null) {
|
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.
|
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.
|
- 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.
|
- Adjusted shortcut spacing and the huge option is now far bigger than before.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue