Skip to content

Commit

Permalink
fix: Add vertical bias correction to "Add More" button in ProductConf…
Browse files Browse the repository at this point in the history
…ig Screen
  • Loading branch information
kaushiknsanji committed Nov 9, 2019
1 parent 530d4e8 commit 2b7ea78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_product_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@
android:background="@drawable/state_product_config_add_btn_bg"
android:text="@string/product_config_btn_label_add_more_attrs"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintVertical_bias="0"
app:layout_constraintEnd_toEndOf="@id/guideline_product_config_right_vertical"
app:layout_constraintLeft_toLeftOf="@+id/guideline_product_config_left_vertical"
app:layout_constraintRight_toRightOf="@id/guideline_product_config_right_vertical"
Expand Down

0 comments on commit 2b7ea78

Please sign in to comment.