how generate image continuously around textview in android -
i want keep custom border textview image, such image repeated around border. , textview generated dynamically. image must generate dynamically around textview.
can 1 help?..
thanks in advance
ok, got point. want put border textview.
textview_border.xml
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#202d5c88"/> <stroke android:width="0.5dp" android:color="#ff000000" /> <!-- <padding android:left="1dp" android:top="1dp" android:right="1dp" android:bottom="1dp" /> --> <corners android:bottomrightradius="7dp" android:bottomleftradius="7dp" android:topleftradius="7dp" android:toprightradius="7dp"/> save xml in drawable folder.
set xml background textview , give quick reply on i.e useful or not ?
Comments
Post a Comment