File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
20
20
Step 2. Add the dependency
21
21
```
22
22
dependencies {
23
- implementation 'com.github.TalebRafiepour:SingleChoice:0.2 '
23
+ implementation 'com.github.TalebRafiepour:SingleChoice:0.3 '
24
24
}
25
25
```
26
26
Usage:
@@ -29,9 +29,12 @@ Usage:
29
29
android:id="@+id/singleChoiceView"
30
30
android:layout_width="match_parent"
31
31
android:layout_margin="20dp"
32
- android:layout_height="48dp "
32
+ android:layout_height="wrap_content "
33
33
android:layout_gravity="center|top"
34
34
app:sc_choices="@array/choices"
35
+ app:sc_stroke_width="1dp"
36
+ app:sc_choice_padding="10dp"
37
+ app:sc_corner_radius="5dp"
35
38
app:sc_select_position="1"
36
39
app:sc_choice_text_size="14sp"
37
40
app:sc_choice_text_font="fonts/Raleway-Medium.ttf"/>
You can’t perform that action at this time.
0 commit comments