<overlay colors on the view> I am facing a specifi...
# stackoverflow
u
overlay colors on the view I am facing a specific issue of view background overlay. I did simple example project to show my problem i have 2 view with the same size. Also both view have background - GradientDrawable with corner radius. xml And my mainActivity class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) val view1 = findViewById(R.id.view_1) val...