Skip to content

Commit

Permalink
Merge pull request #13428 from woocommerce/13311-order-creation-creat…
Browse files Browse the repository at this point in the history
…e-button-is-wrongly-colored-looks-like-its-disabled

[Order Creation] The Create button is wrongly colored looks like its disabled
  • Loading branch information
kidinov authored Feb 7, 2025
2 parents 31b505b + 395d40e commit 64eeabc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*** For entries which are touching the Android Wear app's, start entry with `[WEAR]` too.
21.7
-----

- [*] Fixed color scheme for the create botton on the order creation screen [https://github.com/woocommerce/woocommerce-android/pull/13428]

21.6
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import androidx.fragment.app.activityViewModels
import androidx.lifecycle.LiveData
import androidx.lifecycle.lifecycleScope
import androidx.navigation.fragment.findNavController
import androidx.navigation.fragment.navArgs
import androidx.recyclerview.widget.DefaultItemAnimator
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widget.RecyclerView
Expand Down Expand Up @@ -135,8 +134,6 @@ class OrderCreateEditFormFragment :
private var progressDialog: CustomProgressDialog? = null
private var orderUpdateFailureSnackBar: Snackbar? = null

private val args: OrderCreateEditFormFragmentArgs by navArgs()

override val activityAppBarStatus: AppBarStatus
get() = AppBarStatus.Hidden

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
android:orientation="vertical"
tools:layout_constraintGuide_percent="0.5"/>

<androidx.appcompat.widget.Toolbar
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/main_toolbar"
style="@style/Widget.Woo.Toolbar"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:elevation="@dimen/appbar_elevation"
Expand Down

0 comments on commit 64eeabc

Please sign in to comment.