public class ViewHelper
extends java.lang.Object
| Constructor and Description |
|---|
ViewHelper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setBackgroundAll(android.view.ViewGroup vg,
android.graphics.drawable.Drawable dr)
指定したViewGroupとその配下のViewに背景色を指定
|
static void |
setBackgroundAll(android.view.ViewGroup vg,
int color)
指定したViewGroupとその配下のViewに背景色を指定
TextInputEditTextは思った通りには透過してくれない
|
public static void setBackgroundAll(android.view.ViewGroup vg,
int color)
vg - color - public static void setBackgroundAll(android.view.ViewGroup vg,
android.graphics.drawable.Drawable dr)
vg - dr -