-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix part of #138: Topic train fragment Low-fi UI (Part 1) #200
Conversation
@@ -61,6 +61,7 @@ dependencies { | |||
'androidx.constraintlayout:constraintlayout:1.1.3', | |||
'androidx.core:core-ktx:1.0.2', | |||
'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0-alpha03', | |||
'androidx.recyclerview:recyclerview:1.0.0', | |||
'com.google.dagger:dagger:2.24', | |||
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version", | |||
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use single quotes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single quotes not yet updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, I mentioned this in my last PR (#197 ), I am only adding a new recyclerview and I prefer not to update someone else's PR. The double quotes has been mentioned from Ben's PR.
Later on we can solve such nit issues by creating a separate PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
previous suggestions are not updated in split PR
Merging this PR, as it looks up-to-date. |
Explanation
Replicated from #197
Part 1: This PR contains basic XML files for creating TopicTrainFragment.
Part 2: #202
Part 3: #203
Part 4: #204
Mock: https://xd.adobe.com/spec/e2239cf4-9cde-4c08-5296-25316c1f0a14-9412/screen/f403add1-079a-4202-9975-efe04c076290/Home-Page-1-Start-Learning-Pre-Scroll-6
Checklist