From 214aee9ec29ee65f209259d2a7069a87538e0c06 Mon Sep 17 00:00:00 2001 From: takahirom Date: Sun, 25 Oct 2015 15:15:49 +0900 Subject: [PATCH] Update README.md Add syntax for code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9649af1..0dc15ba 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ public void onBackPressed() { 2. Put Extra to intent. 3. Call overridePendingTransition after `startActivityForResult`. -``` +```java Bundle transitionBundle = ActivityTransitionLauncher.with(MainActivity.this).from(v).createBundle(); intent.putExtras(transitionBundle); startActivityForResult(intent, REQUEST_CODE);