- addNewEditText(float, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new EditText with (TextSize, Left, Top, Width, Height) parameters
- addNewImageView(float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (Left, Top, Width, Height) parameters
Drawable is null by default.
- addNewImageView(Bitmap, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (Bitmap, Left, Top, Width, Height) parameters
sets Image of ImageView with Bitmap parameter
DuplicateState is false by default.
- addNewImageView(int, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (ResourceID, Left, Top, Width, Height) parameters
sets Image of ImageView with ResourceID parameter
DuplicateState is false by default.
- addNewImageView(int, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (ResourceID, Left, Top, Width, Height, DuplicateState) parameters
sets Image of ImageView with ResourceID parameter
- addNewImageView(Drawable, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (Drawable, Left, Top, Width, Height) parameters
sets Image of ImageView with Drawable parameter
DuplicateState is false by default.
- addNewImageView(Drawable, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new ImageView with (Drawable, Left, Top, Width, Height, DuplicateState) parameters
sets Image of ImageView with Drawable parameter
- addNewTextView(String, float, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new TextView with (TextSize, Left, Top, Width, Height) parameters
DuplicateState is false by default.
- addNewTextView(String, float, float, float, float, float, boolean) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
adds new TextView with (TextSize, Left, Top, Width, Height, duplicateState) parameters
- addView(View) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
- addView(View, int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
- addView(View, int, int) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
- addView(View, ViewGroup.LayoutParams) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
- addView(View, int, ViewGroup.LayoutParams) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-
- addView(View, float, float, float, float) - Method in class com.ssomai.android.scalablelayout.ScalableLayout
-