From a2022b25e5bf0894abcfa04d27cd08681ade2253 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Wed, 14 Dec 2022 19:23:06 -0300 Subject: [PATCH] Fixing compile problems. Merging the language picker from megalodon. --- mastodon/src/main/res/layout/fragment_compose.xml | 2 +- mastodon/src/main/res/layout/fragment_splash.xml | 13 +++++++------ mastodon/src/main/res/values/strings.xml | 14 +++++++++++++- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index c6c484327..c949f3d92 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -180,7 +180,7 @@ android:layout_weight="1" android:textSize="16sp" android:singleLine="true" - android:text="@string/poll_allow_multiple" /> + android:text="@string/sk_poll_allow_multiple" /> diff --git a/mastodon/src/main/res/layout/fragment_splash.xml b/mastodon/src/main/res/layout/fragment_splash.xml index 23e7cc657..196c303fa 100644 --- a/mastodon/src/main/res/layout/fragment_splash.xml +++ b/mastodon/src/main/res/layout/fragment_splash.xml @@ -103,22 +103,23 @@ + android:layout_height="8dp"/> + + android:alpha="0.3"/> + + + android:alpha="0.3"/> + diff --git a/mastodon/src/main/res/values/strings.xml b/mastodon/src/main/res/values/strings.xml index 14cb6ba8e..c6f2d6685 100644 --- a/mastodon/src/main/res/values/strings.xml +++ b/mastodon/src/main/res/values/strings.xml @@ -3,6 +3,7 @@ Moshidon Get started + I already have an account Log in Next Retrieving server info… @@ -408,5 +409,16 @@ Welcome Back Log in with the server where you created your account. Server URL - Allow multiple choices + + What is {logo}? + Imagine you have an email address that ends with @example.com.\n\nYou can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com. + Mastodon is like that. + Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online. + How do I pick a server? + Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.\n\nYou can’t go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), you’ll never miss a beat anywhere. + Language: %s + Available languages + %s (%s) + Clear recent languages + Are you sure you want to clear your recently used languages? \ No newline at end of file