android - A beautiful imageview frame and an animation -


i'm searching on internet beautiful frame/border insert image in imageview....i'm not able find nothing good. have code insert black border, more impactive , more beautiful.

<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#ffffff" /> <stroke android:width="3dp" android:color="#000000" /> <padding android:left="3dp" android:top="3dp" android:right="3dp" android:bottom="1dp" /> </shape> 

moreover implement animation on image example when touched happen, information happear or image increases size. can suggest me idea implement these 2 things code or link!!!

you can add corners tag give of rounded frame.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -