From 75c05449a54304da72949f29d1423f0fa23cda17 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 21:06:51 -0300 Subject: Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7583175b..38cdecc4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##Basic Instructions +## Basic Instructions Grab dependent libraries ``` git submodule init @@ -12,19 +12,19 @@ android update project --path ./ Add both projects and all .jar's in the libs folder -##SDK Project Dependencies +## SDK Project Dependencies Under sdk -> extras:
android -> support -> v7 -> appcompat
android -> support -> v7 -> mediarouter
google -> google_play_services -> libproject -> google-play-services_lib -##SDK Library Dependencies +## SDK Library Dependencies android -> support -> v4 -> android-support-v4.jar
android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar
android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar
google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar -##Updating Icons +## Updating Icons Media Icons are double standard size. On https://romannurik.github.io/AndroidAssetStudio/icons-actionbar.html you can manually change this via the following js commands: ``` PARAM_RESOURCES.iconSize = {w: 64, h: 64} -- cgit v1.2.3