aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Follestad <drummer.aidan@gmail.com>2015-12-30 12:58:27 -0600
committerAidan Follestad <drummer.aidan@gmail.com>2015-12-30 12:58:27 -0600
commit897aad4b5da705798f861119ac753b53408032ec (patch)
treeca1145d5a0a7fc8b29ad10a99b1b2640f3095479
parent9d49abcf81b68d5ab45324951fbf66c5135bc50a (diff)
parentb0ff8b84ad980584ba504c184a3c9d12bf99de73 (diff)
downloadafollestad-897aad4b5da705798f861119ac753b53408032ec.tar.gz
Merge pull request #891 from TheFinestArtist/patch-1
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e7cd472..a73c4af 100644
--- a/README.md
+++ b/README.md
@@ -858,7 +858,7 @@ you show from an Activity which has a theme containing any of these attributes:
The name of font in assets/fonts used everywhere else, like content and list items
(null uses device default). E.g. [your-project]/app/main/assets/fonts/[regular]
-->
- <item name="md_regular_font">Roboto-Medium.ttf</item>
+ <item name="md_regular_font">Roboto-Regular.ttf</item>
</style>
```