From d7a11e8d91c6570a19ef335f2abbc7abc689c3d6 Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Thu, 19 Nov 2015 11:00:28 -0800 Subject: [PATCH] docs: One last fix to the Snackbar docs Had an uncommited change I forgot to upload when I merged the new Snackbar class--d'oh! Since this is a small fix, I'll verify it, +2 it myself, and merge. See first comment for doc stage location. bug: 25191776 Change-Id: I1593f81d09a2607a559f0341ff827c79c6e00a70 --- docs/html/training/snackbar/showing.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/snackbar/showing.jd b/docs/html/training/snackbar/showing.jd index 243d80340956a..c178c0b797517 100644 --- a/docs/html/training/snackbar/showing.jd +++ b/docs/html/training/snackbar/showing.jd @@ -57,7 +57,7 @@ trainingnavtop=true moves the button up when it shows a {@link android.support.design.widget.Snackbar}, instead of drawing the {@link android.support.design.widget.Snackbar} on top of the button. You can see how - this looks in figure 1. + this looks in Figure 1.