diff --git a/mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java b/mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java index 52e6420f6..ac3124565 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java +++ b/mastodon/src/main/java/org/joinmastodon/android/GlobalUserPreferences.java @@ -60,7 +60,7 @@ public class GlobalUserPreferences{ disableMarquee=prefs.getBoolean("disableMarquee", false); disableSwipe=prefs.getBoolean("disableSwipe", false); disableDividers=prefs.getBoolean("disableDividers", true); - relocatePublishButton=prefs.getBoolean("relocatePublishButton", false); + relocatePublishButton=prefs.getBoolean("relocatePublishButton", true); voteButtonForSingleChoice=prefs.getBoolean("voteButtonForSingleChoice", true); theme=ThemePreference.values()[prefs.getInt("theme", 0)]; recentLanguages=fromJson(prefs.getString("recentLanguages", "{}"), recentLanguagesType, new HashMap<>()); diff --git a/mastodon/src/main/res/drawable/ic_fluent_send_24_regular.xml b/mastodon/src/main/res/drawable/ic_fluent_send_24_regular.xml new file mode 100644 index 000000000..a26d4548f --- /dev/null +++ b/mastodon/src/main/res/drawable/ic_fluent_send_24_regular.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index b7f8dba37..931340a0b 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -294,7 +294,7 @@ android:id="@+id/btn_visibility" android:layout_width="24dp" android:layout_height="24dp" - android:layout_marginEnd="24dp" + android:layout_marginEnd="16dp" android:background="?android:attr/selectableItemBackgroundBorderless" android:padding="0px" android:tint="@color/compose_button"