5 lines
397 B
XML
5 lines
397 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.skt.tmap.bitmap.BitmapLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<ImageView android:id="@id/poi_etc_icon" android:clickable="true" android:layout_width="@dimen/tmap_24dp" android:layout_height="@dimen/tmap_25dp" />
|
|
</com.skt.tmap.bitmap.BitmapLayout> |