[android] Add missing bullet points to mvc_architecture_tutorial.md
There's no endline between these 2 docs today.
Bug: None
Change-Id: I2501406e8e56fe5c2ecefa190e9630b175f3f0f5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3208389
Auto-Submit: Victor Vianna <[email protected]>
Reviewed-by: Alice Wang <[email protected]>
Commit-Queue: Alice Wang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#928629}
diff --git a/docs/ui/android/mvc_architecture_tutorial.md b/docs/ui/android/mvc_architecture_tutorial.md
index 365c89c..4893ab9f 100644
--- a/docs/ui/android/mvc_architecture_tutorial.md
+++ b/docs/ui/android/mvc_architecture_tutorial.md
@@ -6,8 +6,8 @@
For this example, we’ll be implementing a simple progress bar; a rectangle that changes length based on the loading state of the underlying webpage.
#### Additional Resources
-[Simple MVC lists](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/ui/android/mvc_simple_list_tutorial.md)
-[Testing MVC primer doc](https://docs.google.com/document/d/1Mel7f4lE_osFjnttkxu1wcUf_k9CmIzPv6oxwCw9tx4/edit#)
+* [Simple MVC lists](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/ui/android/mvc_simple_list_tutorial.md)
+* [Testing MVC primer doc](https://docs.google.com/document/d/1Mel7f4lE_osFjnttkxu1wcUf_k9CmIzPv6oxwCw9tx4/edit#)
#### File Structure
The file structure of our component will be the following: