diff options
author | Patrik Johansson <patrik@ptjwebben.se> | 2015-10-12 16:52:10 +0200 |
---|---|---|
committer | Patrik Johansson <patrik@ptjwebben.se> | 2015-10-12 16:52:10 +0200 |
commit | a50c6df26da26776762743e49ca1bd53d6c9e514 (patch) | |
tree | 053c72022c1b676157bf08115e4e08f86c5f3ee5 | |
parent | 00f49538e7c6be8c8f8393a8bf7ab2e63f5aa19c (diff) | |
download | dsub-a50c6df26da26776762743e49ca1bd53d6c9e514.tar.gz dsub-a50c6df26da26776762743e49ca1bd53d6c9e514.tar.bz2 dsub-a50c6df26da26776762743e49ca1bd53d6c9e514.zip |
Added swedish translation
-rw-r--r-- | README.md | 36 |
1 files changed, 33 insertions, 3 deletions
@@ -1,3 +1,33 @@ -This repository is probably not up to date when you see this. -For the latest and greatest go to the original. -https://github.com/daneren2005/Subsonic
\ No newline at end of file +##Basic Instructions +Grab dependent libraries +``` +git submodule init +git submodule update +``` + +Go to DragSortListView/library and ServerProxy and build project files +``` +android update project --path ./ +``` + +Add both projects and all .jar's in the libs folder + +##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 +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 +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} +PARAM_RESOURCES['targetRect-clipart'] = { x: 12, y: 12, w: 40, h: 40 } +form.fields[0].params.maxFinalSize = {w: 512, h: 512} +``` |