M3 redesign: search/discover
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<item name="list_item_switch" type="id"/>
|
||||
<item name="list_item_checkbox" type="id"/>
|
||||
<item name="list_item_radio" type="id"/>
|
||||
<item name="list_item_account" type="id"/>
|
||||
|
||||
<item name="server_about" type="id"/>
|
||||
<item name="server_rules" type="id"/>
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
<string name="visibility_private">Only people mentioned</string>
|
||||
<string name="search_all">All</string>
|
||||
<string name="search_people">People</string>
|
||||
<string name="recent_searches">Recent searches</string>
|
||||
<string name="recent_searches">Recents</string>
|
||||
<string name="step_x_of_n">Step %1$d of %2$d</string>
|
||||
<string name="skip">Skip</string>
|
||||
<string name="notification_type_follow">New followers</string>
|
||||
@@ -307,11 +307,12 @@
|
||||
<string name="file_saved">File saved</string>
|
||||
<string name="downloading">Downloading…</string>
|
||||
<string name="no_app_to_handle_action">There’s no app to handle this action</string>
|
||||
<string name="local_timeline">Community</string>
|
||||
<string name="trending_posts_info_banner">These are the posts gaining traction in your corner of Mastodon.</string>
|
||||
<string name="trending_hashtags_info_banner">These are the hashtags gaining traction in your corner of Mastodon.</string>
|
||||
<string name="trending_links_info_banner">These are the news stories being shared the most in your corner of Mastodon.</string>
|
||||
<string name="local_timeline_info_banner">These are the most recent posts by the people who use the same Mastodon server as you.</string>
|
||||
<string name="local_timeline">Local</string>
|
||||
<string name="trending_posts_info_banner">These are the posts gaining traction across Mastodon.</string>
|
||||
<string name="trending_links_info_banner">These are the news stories getting talked about on Mastodon.</string>
|
||||
<!-- %s is the server domain -->
|
||||
<string name="local_timeline_info_banner">These are all the posts from all users in your server (%s).</string>
|
||||
<string name="recommended_accounts_info_banner">You might like these accounts based on others you follow.</string>
|
||||
<string name="dismiss">Dismiss</string>
|
||||
<string name="see_new_posts">See new posts</string>
|
||||
<string name="load_missing_posts">Load missing posts</string>
|
||||
@@ -633,4 +634,11 @@
|
||||
<string name="downloading_update">Downloading (%d%%)</string>
|
||||
<!-- Shown like a content warning, %s is the name of the filter -->
|
||||
<string name="post_matches_filter_x">Matches filter “%s”</string>
|
||||
<string name="search_mastodon">Search Mastodon</string>
|
||||
<string name="clear_all">Clear all</string>
|
||||
<string name="search_open_url">Open URL in Mastodon</string>
|
||||
<string name="posts_matching_hashtag">Posts with “%s”</string>
|
||||
<string name="search_go_to_account">Go to %s</string>
|
||||
<string name="posts_matching_string">Posts with “%s”</string>
|
||||
<string name="accounts_matching_string">People with “%s”</string>
|
||||
</resources>
|
||||
@@ -440,6 +440,7 @@
|
||||
<item name="android:textSize">16dp</item>
|
||||
<item name="android:textColor">?android:textColorPrimary</item>
|
||||
<item name="android:lineSpacingExtra">5dp</item>
|
||||
<item name="android:lineHeight">24dp</item>
|
||||
</style>
|
||||
|
||||
<style name="m3_body_medium">
|
||||
@@ -479,6 +480,7 @@
|
||||
<item name="android:textSize">12dp</item>
|
||||
<item name="android:textColor">?android:textColorPrimary</item>
|
||||
<item name="android:lineSpacingMultiplier">1.14</item>
|
||||
<item name="android:lineHeight">16dp</item>
|
||||
</style>
|
||||
|
||||
<style name="m3_label_large">
|
||||
|
||||
Reference in New Issue
Block a user