Skip to content

Commit 1dcb3f1

Browse files
authored
Updated README to have v1.3.5 info.
1 parent 5b2e76c commit 1dcb3f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Adds a runnable to a question retrieved by the index.
225225
# YesOrNoQuestions
226226
YesOrNoQuestions are a simple form of question which show a question with a number, and only allow a yes or no as an answer, while MultipleChoiceQuestions allow [anything](##Options) as an option. To use it in an XML layout just use the following code:
227227
```xml
228-
<com.aadyad.checkboxquestion.YesOrNoQuestion
228+
<com.aadyad.checkboxquestion.Views.YesOrNoQuestion
229229
android:layout_height="wrap_content"
230230
android:layout_width="wrap_content"
231231
app:number_enabled="true"
@@ -291,7 +291,7 @@ Sets the question number.
291291

292292
# MultipleChoiceQuestions
293293
```xml
294-
<com.aadyad.checkboxquestion.MultipleChoiceQuestion
294+
<com.aadyad.checkboxquestion.Views.MultipleChoiceQuestion
295295
android:layout_width="wrap_content"
296296
android:layout_height="wrap_content"
297297
app:question_title="What is the slope-intercept equation of a line?"
@@ -366,7 +366,7 @@ Sets the question text.
366366

367367
# MultipleAnswerQuestions
368368
```xml
369-
<com.aadyad.checkboxquestion.MultipleAnswerQuestion
369+
<com.aadyad.checkboxquestion.Views.MultipleAnswerQuestion
370370
android:layout_width="wrap_content"
371371
android:layout_height="wrap_content"
372372
app:question_title="Which equations are equivalent to 90 + 30"

0 commit comments

Comments
 (0)