detail_objek_layout.xml footer_layout.xml header_layout.xml

Button android:id = +idbtn_air_terjun style = styleDashboardButton android:drawableTop = drawablebtn_air_terjun android:text = stringlabel_airterjun Button android:id = +idbtn_map style = styleDashboardButton android:drawableTop = drawablebtn_map android:text = stringlabel_peta Button android:id = +idbtn_pantai style = styleDashboardButton android:drawableTop = drawablebtn_pantai android:text = stringlabel_pantai Button android:id = +idbtn_bangunan style = styleDashboardButton android:drawableTop = drawablebtn_bersejarah android:text = stringlabel_bersejarah com.fredy.wisata.DashboardSetting

2. detail_objek_layout.xml

? xml version = 1.0 encoding = utf-8 ? LinearLayout xmlns:android = http:schemas.android.comapkresandroid android:layout_width = match_parent android:layout_height = match_parent android:background = EAFFF9 android:orientation = vertical android:layout_gravity = center android:layout_marginBottom = 10dp android:layout_marginLeft = 7dp android:layout_marginRight = 7dp android:layout_marginTop = 5dp ScrollView android:layout_width = fill_parent android:layout_height = 0dp android:layout_weight = 0.05 LinearLayout android:layout_width = fill_parent android:layout_height = wrap_content android:orientation = vertical TextView android:id = +idtitle android:layout_width = match_parent android:layout_height = wrap_content android:gravity = center android:textColor = 333333 android:layout_marginTop = 10dp android:textSize = 18sp android:textStyle = bold ImageView android:id = +idicon android:layout_width = fill_parent android:layout_height = 297dp TextView android:id = +idket android:layout_width = wrap_content android:layout_height = wrap_content android:gravity = left|fill_horizontal android:textColor = 333333 android:layout_marginLeft = 10dp Universitas Sumatera Utara android:layout_marginRight = 10dp android:textSize = 16sp LinearLayout ScrollView LinearLayout

3. footer_layout.xml

LinearLayout xmlns:android = http:schemas.android.comapkresandroid style = styleHeaderStyle TextView android:layout_width = match_parent android:layout_height = wrap_content android:layout_gravity = center_vertical android:gravity = center android:text = Kunjungi Wisata Sumut di \n www.dinaspariwisatasumut.co.id android:textColor = ffffff android:textSize = 12dip android:textStyle = bold android:background = drawablefooter LinearLayout

4. header_layout.xml

LinearLayout xmlns:android = http:schemas.android.comapkresandroid style = styleHeaderStyle TextView android:layout_width = match_parent android:layout_height = wrap_content android:layout_gravity = center_vertical android:gravity = center android:text = Wisata Sumut android:textColor = ffffff android:textSize = 24dip android:textStyle = bold android:background = drawableheader LinearLayout

5. list_adapter.xml