Skip to content

Commit 5ad0bc5

Browse files
Update README.md
1 parent 10d4a82 commit 5ad0bc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
Step 2. Add the dependency
2121
```
2222
dependencies {
23-
implementation 'com.github.TalebRafiepour:SingleChoice:0.2'
23+
implementation 'com.github.TalebRafiepour:SingleChoice:0.3'
2424
}
2525
```
2626
Usage:
@@ -29,9 +29,12 @@ Usage:
2929
android:id="@+id/singleChoiceView"
3030
android:layout_width="match_parent"
3131
android:layout_margin="20dp"
32-
android:layout_height="48dp"
32+
android:layout_height="wrap_content"
3333
android:layout_gravity="center|top"
3434
app:sc_choices="@array/choices"
35+
app:sc_stroke_width="1dp"
36+
app:sc_choice_padding="10dp"
37+
app:sc_corner_radius="5dp"
3538
app:sc_select_position="1"
3639
app:sc_choice_text_size="14sp"
3740
app:sc_choice_text_font="fonts/Raleway-Medium.ttf"/>

0 commit comments

Comments
 (0)