feat: make the relocated publish button be colored right

This commit is contained in:
LucasGGamerM
2023-08-26 19:04:26 -03:00
parent 239a78888b
commit 10aa67bbde
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24"> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
<path android:pathData="M5.694 12L2.299 3.27C2.063 2.664 2.655 2.083 3.241 2.29l0.093 0.039 18 9c0.518 0.259 0.55 0.968 0.097 1.284l-0.097 0.058-18 9c-0.583 0.291-1.216-0.245-1.065-0.848l0.03-0.095L5.694 12 2.299 3.27 5.694 12zM4.402 4.54l2.61 6.71h6.627c0.38 0 0.693 0.282 0.743 0.648L14.389 12c0 0.38-0.282 0.693-0.649 0.743l-0.1 0.007H7.01l-2.609 6.71L19.322 12 4.401 4.54z" android:fillColor="@color/fluent_default_icon_tint"/> <path android:pathData="M5.694 12L2.299 3.27C2.063 2.664 2.655 2.083 3.241 2.29l0.093 0.039 18 9c0.518 0.259 0.55 0.968 0.097 1.284l-0.097 0.058-18 9c-0.583 0.291-1.216-0.245-1.065-0.848l0.03-0.095L5.694 12 2.299 3.27 5.694 12zM4.402 4.54l2.61 6.71h6.627c0.38 0 0.693 0.282 0.743 0.648L14.389 12c0 0.38-0.282 0.693-0.649 0.743l-0.1 0.007H7.01l-2.609 6.71L19.322 12 4.401 4.54z" android:fillColor="?colorM3Surface"/>
</vector> </vector>

View File

@@ -554,16 +554,16 @@
<ImageButton <ImageButton
style="@style/Widget.Mastodon.M3.Button.Filled.Elevated"
android:id="@+id/publish" android:id="@+id/publish"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="12dp" android:layout_marginHorizontal="12dp"
android:paddingHorizontal="12dp" android:paddingHorizontal="12dp"
android:visibility="gone" android:visibility="gone"
android:tooltipText="@string/publish" android:tooltipText="@string/publish"
android:contentDescription="@string/publish" android:contentDescription="@string/publish"
android:src="@drawable/ic_fluent_send_24_selector" android:src="@drawable/ic_fluent_send_24_selector"
style="@style/Widget.Mastodon.M3.Button.Filled.Elevated"
/> />
</LinearLayout> </LinearLayout>