Hee Chee Kiat

Results 1 comments of Hee Chee Kiat

class MyBoxingViewActivity : BoxingActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) findViewById(R.id.nav_top_bar).setBackgroundColor(Color.RED) findViewById(R.id.pick_album_txt).setBackgroundColor(Color.RED) } }