Skip to content

Commit

Permalink
Make yes/no segments match the visual changes in multi-segment
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 committed Feb 21, 2024
1 parent 2b3ec44 commit 91663ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/layout/ui_yes_no_segmented.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
app:sbg_selectionAnimationInterpolator="fastOutSlowIn">

<com.addisonelliott.segmentedbutton.SegmentedButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="7dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="8dp"
android:padding="5dp"
app:autoSizeTextType="uniform"
app:sb_selectedTextColor="@color/text_color_inverted"
app:sb_text="@string/no"
app:sb_textColor="@color/text_color" />

<com.addisonelliott.segmentedbutton.SegmentedButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="7dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="8dp"
android:padding="5dp"
app:autoSizeTextType="uniform"
app:sb_selectedTextColor="@color/text_color_inverted"
app:sb_text="@string/yes"
Expand Down

0 comments on commit 91663ad

Please sign in to comment.