package com.pas.abtahibo.parvaz.designerscripts;
import anywheresoftware.b4a.objects.TextViewWrapper;
import anywheresoftware.b4a.objects.ImageViewWrapper;
import anywheresoftware.b4a.BA;


public class LS_pavarbooklayout{

public static void LS_general(anywheresoftware.b4a.BA ba, android.view.View parent, anywheresoftware.b4a.keywords.LayoutValues lv, java.util.Map props,
java.util.Map<String, anywheresoftware.b4a.keywords.LayoutBuilder.ViewWrapperAndAnchor> views, int width, int height, float scale) throws Exception {
anywheresoftware.b4a.keywords.LayoutBuilder.setScaleRate(0.3);
views.get("p_bala6").vw.setLeft((int)((3d / 100 * width)));
views.get("p_bala6").vw.setTop((int)((25d / 100 * height)));
views.get("p_bala6").vw.setWidth((int)((94d / 100 * width)));
views.get("p_bala6").vw.setHeight((int)((85d / 100 * height)));
views.get("l_namepv").vw.setLeft((int)((2d / 100 * width)));
views.get("l_namepv").vw.setTop((int)((2.5d / 100 * height)));
views.get("l_namepv").vw.setWidth((int)((90d / 100 * width)));
views.get("l_namepv").vw.setHeight((int)((55d * scale)));
views.get("p_playpv").vw.setLeft((int)((0d / 100 * width)));
views.get("p_playpv").vw.setTop((int)((75d / 100 * height)-((13d / 100 * width))));
views.get("p_playpv").vw.setWidth((int)((94d / 100 * width)));
views.get("p_playpv").vw.setHeight((int)((13d / 100 * width)));
views.get("l_pluspv").vw.setLeft((int)((52d / 100 * width)));
views.get("l_pluspv").vw.setTop((int)((1d / 100 * width)));
views.get("l_pluspv").vw.setWidth((int)((11d / 100 * width)));
views.get("l_pluspv").vw.setHeight((int)((11d / 100 * width)));
views.get("l_minepv").vw.setLeft((int)((31d / 100 * width)));
views.get("l_minepv").vw.setTop((int)((1d / 100 * width)));
views.get("l_minepv").vw.setWidth((int)((11d / 100 * width)));
views.get("l_minepv").vw.setHeight((int)((11d / 100 * width)));
views.get("l_sharepv").vw.setLeft((int)((10d / 100 * width)));
views.get("l_sharepv").vw.setTop((int)((1d / 100 * width)));
views.get("l_sharepv").vw.setWidth((int)((11d / 100 * width)));
views.get("l_sharepv").vw.setHeight((int)((11d / 100 * width)));
views.get("l_backgroundpv").vw.setLeft((int)((73d / 100 * width)));
views.get("l_backgroundpv").vw.setTop((int)((1d / 100 * width)));
views.get("l_backgroundpv").vw.setWidth((int)((11d / 100 * width)));
views.get("l_backgroundpv").vw.setHeight((int)((11d / 100 * width)));

}
}