Skip to content

Commit

Permalink
Undo changes at content_main.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuspiresl committed Jul 2, 2020
1 parent 0a30457 commit 27f2445
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sample/src/main/res/layout/content_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@

<com.shawnlin.numberpicker.NumberPicker
android:id="@+id/number_picker"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:np_align="left"
app:np_sidePadding="20dp"
app:np_wheelItemCount="7" />
android:layout_width="wrap_content"
android:layout_height="wrap_content" />

<com.shawnlin.numberpicker.NumberPicker
android:id="@+id/horizontal_number_picker"
Expand Down

0 comments on commit 27f2445

Please sign in to comment.