Good day everyone!
It is necessary to program Bitmap as shown in the pictures below:
Before:
After:
Good day everyone!
It is necessary to program Bitmap as shown in the pictures below:
Before:
After:
Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .
<shape android:shape="rectangle"> <solid android:color="#ceb623" /> <stroke android:width="1dp" android:color=" @android :color/black" /> <corners android:radius="5dp" /> </shape>
LayerDrawable
. - falstafSource: https://ru.stackoverflow.com/questions/264607/
All Articles