diff --git a/docs/index.html b/docs/index.html index 1466433..a96724e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,13 +9,13 @@ - +
TextLayoutBuilder uses a builder pattern to configure the properties
@@ -57,10 +57,10 @@
TextLayoutBuilder creates a text Layout based on
the properties set on it.
Layouts easilyLayouts of similar styleLayouts of commonly used stringsOn 4.0+ devices, Android uses a texture cache to warm up the glyphs. By drawing these
- glyphs on a background thread on to a Picture, TextLayoutBuilder warms
+ glyphs on a background thread onto a Picture, TextLayoutBuilder warms
these glyphs and can help them render at 0ms.
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'+
+<dependency> + <groupId>com.facebook.fbui.textlayoutbuilder</groupId> + <artifactId>textlayoutbuilder</artifactId> + <version>1.0.0</version> +</dependency>+
compile 'com.facebook.fbui.textlayoutbuilder:textlayoutbuilder:1.0.0'-
-<dependency> - <groupId>com.facebook.fbui.textlayoutbuilder</groupId> - <artifactId>textlayoutbuilder</artifactId> - <version>1.0.0</version> -</dependency>-