Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/search/fragments
Nik Clayton 7fe4c9f317
Adjust list UX for platform consistency (#3142)
Most lists in the app use (explicitly or implicitly) platform metrics for dimensions, text size, colour, and so on, possibly via styles.

A few don't, inadvertently using the user's setting for status text size

Fix these, and simplify code where possible.

- Use android attributes for padding and height, for consistent UX.

- Remove explicit usage of app:tabTextAppearance, rely on the style.

- Remove ListSelectionAdapter and item_picker_list.xml, and adjust TabPreferenceActivity to use an ArrayAdapter with simple_list_item_1.xml

- Simplify item_followed_hashtag.xml, consistent with item_list.xml.

Fixes https://github.com/tuskyapp/Tusky/issues/3131
2023-06-29 18:36:19 +02:00
..
SearchAccountsFragment.kt Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
SearchFragment.kt Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
SearchHashtagsFragment.kt Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
SearchStatusesFragment.kt Show toot stat inline (#3413) 2023-03-18 08:57:26 +01:00