How to make a listview to look like lined paper in android? -
i total noob in android app development, here want
i have listview, populating list view custom adapter
i want make listview lined paper though list empty
(please see image <-- want make listview this)
i want list view scroll-able, horizontal lines should scroll listview
edit:
figure1 <-- have achieved far (using nine-patch image)
my listview code
<listview android:id="@+id/listview1" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_alignparentleft="true" android:layout_alignparenttop="true" android:background="@drawable/list_bg1" android:cachecolorhint="#000000"> </listview>
i see 1 important distinction regarding request vs. image linked to: list displayed not empty. point out because request achieved assigning background drawable 9-patch image list row, filling display "blank paper" going bit more advanced -- achievable try working in steps. paper background first. :)
Comments
Post a Comment