Yuito-app-android/app/src/main/res/layout
mcclure ede66c4eb8
Exoplayer: Increase space between rewind, pause, ffwd buttons (#4077)
I [posted our new video player layout] on Mastodon for comments and
multiple people said the buttons were too close together. I agree. I
added some space (I eyeballed it, I made it bigger until it felt too big
and then I narrowed it), I think we have now increased the space from
10dp to 25dp. I added the space by wrapping the buttons in
LinearLayouts, because they are <include>s and could theoretically
insert more than one button.

Concerns: If the "next"/"prev" buttons ever become active, the space
will not be correctly applied to those. We can fix that if it ever comes
up (we don't display those buttons). If people think the buttons should
be placed even further apart we can do this by just increasing the
number in styles.xml.

This is what it looks like now. See previous look and comparison with
23.0 in #4071

<img width=400
src="https://files.mastodon.social/media_attachments/files/111/293/547/524/867/101/original/91b83e1717111444.png">
2023-11-01 09:21:43 +01:00
..
activity_about.xml Show additional bug report info in AboutActivity (#3802) 2023-08-03 12:20:35 +02:00
activity_account.xml don't cut off names on profiles (#4052) 2023-10-09 15:43:02 +02:00
activity_account_list.xml Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
activity_announcements.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
activity_compose.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
activity_drafts.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
activity_edit_filter.xml Add delete button to edit filter activity. (#3553) 2023-06-11 19:59:26 +02:00
activity_edit_profile.xml update Android Image Cropper and get rid of deprecated onActivityResult (#2351) 2022-03-02 20:39:56 +01:00
activity_filters.xml 3503: SwipeRefreshLayout must be higher level (#3504) 2023-04-20 19:36:29 +02:00
activity_followed_tags.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
activity_license.xml update licenses (#2315) 2022-02-04 21:59:42 +01:00
activity_lists.xml 3503: SwipeRefreshLayout must be higher level (#3504) 2023-04-20 19:36:29 +02:00
activity_login.xml Implement Login via WebView (#2371) 2022-03-08 21:22:19 +01:00
activity_login_webview.xml show rules on the login screen (#2746) 2022-11-05 17:37:20 +01:00
activity_main.xml 2512: Set style properly 2023-10-11 21:00:59 +02:00
activity_preferences.xml migrating to ViewBinding part 2: Activities (#2093) 2021-03-07 19:05:51 +01:00
activity_report.xml migrating to ViewBinding part 2: Activities (#2093) 2021-03-07 19:05:51 +01:00
activity_scheduled_status.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
activity_search.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
activity_statuslist.xml merge ModalTimelineActivity & ViewTagActivity into StatusListActivity (#2332) 2022-02-25 18:57:31 +01:00
activity_tab_preference.xml 2512: Allow more than 5 tabs (#4051) 2023-10-11 09:54:01 +02:00
activity_trending.xml Add trending tags (#3149) 2023-02-14 19:52:11 +01:00
activity_view_media.xml Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
activity_view_thread.xml Add "Refresh" accessibility menu (#3121) 2023-03-01 19:58:18 +01:00
card_license.xml explicitly set text colors in LicenseCard (#1910) 2020-08-26 18:46:44 +02:00
dialog_add_poll.xml Instance configuration: the easy parts (#2341) 2022-03-01 19:43:36 +01:00
dialog_filter.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
dialog_focus.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
dialog_follow_hashtag.xml Add FAB to follow new hashtags from FollowedTagsActivity (#3275) 2023-02-20 20:14:16 +01:00
dialog_image_description.xml 4063: Make dialog size more stable (#4066) 2023-10-25 11:59:59 +02:00
dialog_list.xml Support "replies policy" for lists (#4072) 2023-10-26 11:21:04 +02:00
dialog_mute_account.xml migrating to ViewBinding part 1: Dialogs + Views (#2091) 2021-03-07 19:04:22 +01:00
exo_player_control_view.xml Exoplayer: Increase space between rewind, pause, ffwd buttons (#4077) 2023-11-01 09:21:43 +01:00
fragment_account_list.xml 3503: SwipeRefreshLayout must be higher level (#3504) 2023-04-20 19:36:29 +02:00
fragment_accounts_in_list.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
fragment_domain_blocks.xml ui improvements 2023-07-05 20:11:12 +02:00
fragment_lists_for_account.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
fragment_report_done.xml Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
fragment_report_note.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
fragment_report_statuses.xml Redesign report activity (#1295) 2019-06-09 16:55:34 +02:00
fragment_search.xml migrating to ViewBinding part 4: Fragments (#2108) 2021-03-13 21:27:20 +01:00
fragment_timeline.xml 3503: SwipeRefreshLayout must be higher level (#3504) 2023-04-20 19:36:29 +02:00
fragment_timeline_notifications.xml Add the special appbar for the notifications again (#4022) 2023-09-13 09:21:08 +02:00
fragment_trending_tags.xml Rename "Trending" to "TrendingTags" or similar where necessary (#3906) 2023-08-19 12:54:35 +02:00
fragment_view_edits.xml Remove ReplacementSpan, display diffs using CharacterStyle (#3431) 2023-06-11 19:12:05 +02:00
fragment_view_image.xml Fix image zoom / pan / scroll / swipe (#3894) 2023-07-31 12:44:01 +02:00
fragment_view_thread.xml Set statusView width/height to match_parent (#3844) 2023-07-13 17:26:12 +02:00
fragment_view_video.xml Migrate to androidx-media3 video player (#3857) 2023-08-10 19:31:55 +02:00
item_account.xml Clean up Account adapters (#3202) 2023-02-04 20:29:13 +01:00
item_account_field.xml By explicit about the `firstStrong` text direction on UGC (#3328) 2023-03-02 18:30:26 +01:00
item_account_media.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_add_or_remove_from_list.xml Update dialog colors 2022-11-16 20:55:36 +09:00
item_add_poll_option.xml Theme refactoring (#1656) 2020-01-30 21:37:28 +01:00
item_announcement.xml Displayed the date of each announcement. (#4041) 2023-10-10 19:17:06 +02:00
item_autocomplete_account.xml modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
item_autocomplete_emoji.xml modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
item_autocomplete_hashtag.xml modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
item_blocked_domain.xml rename item_muted_domain to item_blocked_domain 2023-07-05 19:23:04 +02:00
item_blocked_user.xml Clean up Account adapters (#3202) 2023-02-04 20:29:13 +01:00
item_conversation.xml Meet accessibility guidelines for clickable spans (#3382) 2023-03-18 08:57:39 +01:00
item_draft.xml New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
item_edit_field.xml Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
item_emoji_button.xml ComposeActivity improvements (#548) 2018-04-13 22:37:21 +02:00
item_follow.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_follow_request.xml Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
item_follow_requests_header.xml always show follow requests in main menu (#1809) 2021-04-10 20:30:44 +02:00
item_followed_hashtag.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
item_footer.xml fix account list loading and clean up a lot of code (#823) 2018-08-31 21:52:09 +02:00
item_hashtag.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
item_image_preview_overlay.xml issue 2890: Add an "ALT" sticker to the media preview container (#2942) 2022-12-18 16:50:30 +01:00
item_list.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
item_media_preview.xml Add background to sensitive media button (#3939) 2023-08-08 23:08:35 +02:00
item_muted_user.xml Clean up Account adapters (#3202) 2023-02-04 20:29:13 +01:00
item_network_state.xml Tab customization & direct messages tab (#1012) 2019-02-12 19:22:37 +01:00
item_notifications_load_state_footer_view.xml Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
item_poll.xml Allow multiline polls (this time for real) (#3608) 2023-05-03 09:05:05 +02:00
item_poll_preview_option.xml remove ThemeUtils.getTintedDrawable (#2015) 2020-12-09 19:08:16 +01:00
item_removable.xml Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01:00
item_report_notification.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_report_status.xml Add background to sensitive media button (#3939) 2023-08-08 23:08:35 +02:00
item_scheduled_status.xml New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
item_status.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_status_bottom_sheet.xml Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
item_status_detailed.xml Make CW description selectable (#3926) 2023-08-07 20:32:17 +02:00
item_status_edit.xml Remove ReplacementSpan, display diffs using CharacterStyle (#3431) 2023-06-11 19:12:05 +02:00
item_status_filtered.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_status_notification.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_status_placeholder.xml 3311 load more more prominent (#3376) 2023-02-27 11:33:11 +01:00
item_status_wrapper.xml Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01:00
item_tab_preference.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
item_tab_preference_small.xml Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
item_trending_cell.xml Fix trending tags being cut off (#3745) 2023-06-15 11:27:57 +02:00
item_trending_date.xml Add trending tags (#3149) 2023-02-14 19:52:11 +01:00
material_drawer_header.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00
notifications_filter.xml Resets the paging3 changes of 3159 back to the (java) fragment code before. 2023-09-09 21:29:24 +02:00
pref_slider.xml Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
search_view.xml Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
simple_list_item_1.xml Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
toolbar_basic.xml Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00
view_background_message.xml Officially rename error elephant to errorphant (#3922) 2023-08-05 15:39:07 +02:00
view_compose_options.xml simplify ComposeOptionsView (#1734) 2020-03-24 21:07:10 +01:00
view_compose_schedule.xml Use colorPrimary for the "edit" schedule icon (#3917) 2023-08-04 13:37:31 +02:00
view_poll_preview.xml Fix lint warnings (#4019) 2023-09-13 09:20:53 +02:00