Gear61 / tcg-android-archive-and-feedback

Code archive of the last local Tech Career Growth Android app
32 stars 6 forks source link

Implements a simple progress bar based on the question user is on #20

Closed prnvptl closed 2 years ago

prnvptl commented 2 years ago

Closes #15

a very simple progress indicator for the quiz

Screenshot_20220218-195207

Screenshot_20220218-195224

Gear61 commented 2 years ago

Thanks for the PR! I ended up learning that LinearProgressIndicator is a thing (it's a native component that's part of Google's new material widgets) and using that instead.