android - how to make 9patch button for this button -
i want make button cant because when convert 9patch lines of button scaling. want repeat , full button lines 
 original image 
 want 
 looks :( 
create bitmap resource , repeat texture.
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"     android:src="@drawable/ab_texture_tile_apptheme"     android:tilemode="repeat" /> 
Comments
Post a Comment