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


public class LS_introbooklayout{

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("l_matn").vw.setLeft((int)(0d));
views.get("l_matn").vw.setTop((int)(0d));
views.get("l_matn").vw.setWidth((int)((100d / 100 * width)));
views.get("l_matn").vw.setHeight((int)((100d / 100 * height)));

}
}