Skip to content

Commit

Permalink
Resize stepper correctly
Browse files Browse the repository at this point in the history
fixes #38
  • Loading branch information
DanielMartinus committed Mar 23, 2019
1 parent fa74ffb commit c9de882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/src/main/res/layout/stepper_touch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/viewBackground"
android:layout_width="130dp"
android:layout_height="50dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/stepper_background"
android:orientation="vertical">

Expand Down

0 comments on commit c9de882

Please # to comment.