Good day everyone!

It is necessary to program Bitmap as shown in the pictures below:

Before:

alt text

After:

alt text

Closed due to the fact that the essence of the question is not clear to the participants of zRrr , Bald , Yuri Glushenkov , Zufir , Vladimir Glinskikh 18 Nov '15 at 5:09 .

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 .

    1 answer 1

    <shape android:shape="rectangle"> <solid android:color="#ceb623" /> <stroke android:width="1dp" android:color=" @android :color/black" /> <corners android:radius="5dp" /> </shape> 
    • You probably misunderstood my question. I mean, there is some image (for example, from an SD card), and it is necessary to program a stroke for it! - vanyamelikov
    • Then use LayerDrawable . - falstaf