I tried to import the following:
import android.widget.LinearLayout.LayoutParams;
import android.widget.RelativeLayout.LayoutParams;
But it says a type named LayoutParams
has already been imported.
I tried to import the following:
import android.widget.LinearLayout.LayoutParams;
import android.widget.RelativeLayout.LayoutParams;
But it says a type named LayoutParams
has already been imported.