Вопросы по теме 'drawable'

Как установить цвет для вторичного рисования в строке выполнения
у меня есть этот код pb = (ProgressBar) findViewById(R.id.progressBar1); final float[] roundedCorners = new float[] { 5, 5, 5, 5, 5, 5, 5, 5 }; ShapeDrawable pgDrawable = new ShapeDrawable(new RoundRectShape(roundedCorners, null, null));...
10389 просмотров
schedule 06.01.2024