Skip to content

Commit

Permalink
last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc432341 committed May 16, 2021
1 parent 4b42e81 commit b13253b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/src/main/res/layout/single_stock_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
android:id="@+id/BackButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="32dp"
android:layout_marginBottom="50dp"
android:layout_marginStart="70dp"
android:layout_marginBottom="24dp"
android:backgroundTint="#2196F3"
android:onClick="goBack"
android:text="@string/back"
Expand All @@ -199,11 +199,11 @@
android:id="@+id/addToDepot"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="32dp"
android:layout_marginBottom="50dp"
android:layout_marginEnd="70dp"
android:layout_marginBottom="24dp"
android:background="@drawable/roundedbutton"
android:backgroundTint="#2196F3"
android:text="@string/plus"
android:background="@drawable/roundedbutton"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />

Expand Down

0 comments on commit b13253b

Please sign in to comment.