Skip to content

Commit c9de882

Browse files
Resize stepper correctly
fixes #38
1 parent fa74ffb commit c9de882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/main/res/layout/stepper_touch.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55
android:id="@+id/viewBackground"
6-
android:layout_width="130dp"
7-
android:layout_height="50dp"
6+
android:layout_width="match_parent"
7+
android:layout_height="match_parent"
88
android:background="@color/stepper_background"
99
android:orientation="vertical">
1010

0 commit comments

Comments
 (0)