Android¥¢¥×¥ê¤ò³«È¯¤¹¤ë¤¿¤á¤Î´ðÁäò¤Þ¤È¤á¤Æ¤¢¤ê¤Þ¤¹¡£

³µÍ×

ListView¤Î¹Ô´Ö¤Î¶èÀÚ¤êÀþ¤òÊѹ¹¤¹¤ë¤Ë¤Ï¡¢android:divider°À­¤ò»ØÄꤷ¤Þ¤¹¡£
¹Ô¤ÎÉý¡¢¹â¤µ¤Ë¤è¤Ã¤Æ³ÈÂ硦½Ì¾®¤µ¤ì¤ë¤¿¤á¡¢ÀßÄꤹ¤ë²èÁü¤Ï¡¢9-patch PNG·Á¼°¤¬¹¥¤Þ¤·¤¤¤Ç¤¹¡£
Ä̾ï¤Î²èÁü¤Ç¤âÌäÂꤢ¤ê¤Þ¤»¤ó¤¬¡¢°ú¤­¿­¤Ð¤µ¤ì¤Æ¤·¤Þ¤¤¤Þ¤¹¡£

¶èÀÚ¤êÀþ¤ÎÊѹ¹

PhotoViewerPart2¥×¥í¥¸¥§¥¯¥È¤Î¡¢res/layout/custom_list.xml¤ò¡¢¼¡¤Î¤è¤¦¤Ë½ñ¤­´¹¤¨¤Æ¤¯¤À¤µ¤¤¡£
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent"
  android:padding="30dip"
  android:background="@drawable/tile_bg"
  >
  <ListView
    android:id="@android:id/list"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:gravity="center"
    android:cacheColorHint="#00000000"
<!-- ¤³¤³¤«¤é -->
    android:divider="@drawable/custom_divider"
<!-- ¤³¤³¤Þ¤Ç -->
    />
</FrameLayout>

¼Â¹Ô

¼¡¤Î¤è¤¦¤Ëɽ¼¨¤µ¤ì¤Þ¤·¤¿¤«¡©

¥³¥á¥ó¥È¤ò¤«¤¯


¡Öhttp://¡×¤ò´Þ¤àÅê¹Æ¤Ï¶Ø»ß¤µ¤ì¤Æ¤¤¤Þ¤¹¡£

ÍøÍѵ¬Ìó¤ò¤´³Îǧ¤Î¤¦¤¨¤´µ­Æþ²¼¤µ¤¤

´ÉÍý¿Í/Éû´ÉÍý¿Í¤Î¤ßÊÔ½¸¤Ç¤­¤Þ¤¹