Skip to content

Commit

Permalink
optimized and updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivangi2909 committed Dec 7, 2018
1 parent 5eabf03 commit 47abe6e
Show file tree
Hide file tree
Showing 16 changed files with 632 additions and 552 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Fri Dec 07 13:40:13 IST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
1 change: 1 addition & 0 deletions surveylib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ dependencies {
implementation 'com.android.support:recyclerview-v7:28.0.0-alpha1'
// implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'com.mostafagazar:customshapeimageview:1.0.4'
implementation 'com.google.code.gson:gson:2.8.2'
}
12 changes: 6 additions & 6 deletions surveylib/src/main/assets/survey_question12_children.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"quesId": 1211,
"label": "Male",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand All @@ -32,7 +32,7 @@
{
"quesId": 1212,
"label": "Female",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand All @@ -53,7 +53,7 @@
{
"quesId": 1221,
"label": "Male",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand All @@ -62,7 +62,7 @@
{
"quesId": 1222,
"label": "Female",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand All @@ -82,7 +82,7 @@
{
"quesId": 1231,
"label": "Male",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand All @@ -91,7 +91,7 @@
{
"quesId": 1232,
"label": "Female",
"type": "Increment/Decrement",
"type": "INCREMENT/DECREMENT",
"uiType": "",
"orientation": "horizontal",
"options": [
Expand Down
Loading

0 comments on commit 47abe6e

Please sign in to comment.