We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa74ffb commit c9de882Copy full SHA for c9de882
library/src/main/res/layout/stepper_touch.xml
@@ -3,8 +3,8 @@
3
xmlns:android="http://schemas.android.com/apk/res/android"
4
xmlns:app="http://schemas.android.com/apk/res-auto"
5
android:id="@+id/viewBackground"
6
- android:layout_width="130dp"
7
- android:layout_height="50dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
8
android:background="@color/stepper_background"
9
android:orientation="vertical">
10
0 commit comments