Skip to content

Commit

Permalink
Pill Shape: Adjust slider min and max values (Closes #264)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmud0808 committed Sep 9, 2023
1 parent 87da3e2 commit 8faf5a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/view_pill_shape.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
android:layout_marginTop="4dp"
android:stepSize="1"
android:value="2"
android:valueFrom="1"
android:valueTo="4" />
android:valueFrom="0"
android:valueTo="12" />

</LinearLayout>

Expand Down Expand Up @@ -146,7 +146,7 @@
style="@style/Widget.MaterialButton.Red"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/container_padding"
android:layout_marginTop="4dp"
android:text="@string/btn_reset"
android:visibility="gone" />

Expand Down

0 comments on commit 8faf5a0

Please sign in to comment.