diff options
author | Scott Jackson <daneren2005@users.noreply.github.com> | 2017-04-17 17:17:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-17 17:17:41 -0700 |
commit | 87462b91ea451d2df04bdc54ed6a976767f05e8c (patch) | |
tree | c9ad5861a05d145ed24d1cb1218bb1ade3982964 | |
parent | 977526485a1b9999c1f441121b6529972ea6ee8b (diff) | |
parent | 75c05449a54304da72949f29d1423f0fa23cda17 (diff) | |
download | dsub-87462b91ea451d2df04bdc54ed6a976767f05e8c.tar.gz dsub-87462b91ea451d2df04bdc54ed6a976767f05e8c.tar.bz2 dsub-87462b91ea451d2df04bdc54ed6a976767f05e8c.zip |
Merge pull request #792 from bryant1410/master
Fix broken headings in Markdown files
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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:<br> android -> support -> v7 -> appcompat<br> android -> support -> v7 -> mediarouter<br> google -> google_play_services -> libproject -> google-play-services_lib -##SDK Library Dependencies +## SDK Library Dependencies android -> support -> v4 -> android-support-v4.jar<br> android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar<br> android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar<br> 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} |