Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantkingh committed Sep 5, 2023
1 parent 2762c06 commit 90cd2a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added app/release/app-release.aab
Binary file not shown.
Binary file modified app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ public SetLogosTask(String slaveName, Session session, Context context) {
@Override
public void run() {
try {
int factor = 400 * (6190/6054);
int factor = 300 * (6190/6054);
Log.d("Set Logos", "SetLogosTask: Background task started");
String sentence = "chmod 777 /var/www/html/kml/" + slaveName + ".kml; echo '" +
"<kml xmlns=\"http://www.opengis.net/kml/2.2\"\n" +
Expand All @@ -736,7 +736,7 @@ public void run() {
" <overlayXY x=\"0\" y=\"1\" xunits=\"fraction\" yunits=\"fraction\"/> \n" +
" <screenXY x=\"0.02\" y=\"0.95\" xunits=\"fraction\" yunits=\"fraction\"/> \n" +
" <rotationXY x=\"0\" y=\"0\" xunits=\"fraction\" yunits=\"fraction\"/> \n" +
" <size x=\"400\" y=\"" + factor + "\" xunits=\"pixels\" yunits=\"pixels\"/> \n" +
" <size x=\"300\" y=\"" + factor + "\" xunits=\"pixels\" yunits=\"pixels\"/> \n" +
"</ScreenOverlay> \n" +
" </Folder> \n" +
" </Document> \n" +
Expand Down

0 comments on commit 90cd2a3

Please sign in to comment.