Fix Vertical Number Picker
This commit is contained in:
parent
6d2aeb69c3
commit
174e40f887
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:background="@color/transparent"
|
||||
android:src="@drawable/ic_minus" />
|
||||
android:src="@drawable/ic_plus" />
|
||||
|
||||
<EditText
|
||||
android:id="@+id/display"
|
||||
|
@ -29,6 +29,6 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="30dp"
|
||||
android:background="@color/transparent"
|
||||
android:src="@drawable/ic_plus" />
|
||||
android:src="@drawable/ic_minus" />
|
||||
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue