list_adapter.xml listview_layout.xml map_layout.xml panel_dashboard.xml

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

? xml version = 1.0 encoding = utf-8 ? LinearLayout xmlns:android = http:schemas.android.comapkresandroid android:layout_width = fill_parent android:layout_height = wrap_content android:orientation = horizontal LinearLayout xmlns:android = http:schemas.android.comapkresandroid android:layout_width = fill_parent android:layout_height = wrap_content android:layout_margin = 10dp android:orientation = vertical TextView android:id = +idtitle android:layout_width = fill_parent android:layout_height = wrap_content android:textColor = 333333 android:textSize = 16sp android:textStyle = bold android:text = Contact Name LinearLayout LinearLayout Universitas Sumatera Utara

6. listview_layout.xml

LinearLayout xmlns:android = http:schemas.android.comapkresandroid xmlns:tools = http:schemas.android.comtools android:layout_width = fill_parent android:layout_height = fill_parent android:background = EAFFF9 tools:context = .MainActivity ListView android:id = +idlist android:layout_width = fill_parent android:layout_height = wrap_content ListView TextView android:id = +idempty android:layout_width = match_parent android:layout_height = wrap_content android:textColor = 272829 android:text = stringlabel_copying_db LinearLayout

7. map_layout.xml

? xml version = 1.0 encoding = utf-8 ? RelativeLayout xmlns:android = http:schemas.android.comapkresandroid android:layout_width = fill_parent android:layout_height = fill_parent com.google.android.maps.MapView android:id = +idmapView android:layout_width = fill_parent android:layout_height = fill_parent android:enabled = true android:clickable = true android:apiKey = 0aZR_FH27cNsW-DGGbCydjMEV5zyXzy1Hej4Qqw RelativeLayout

8. panel_dashboard.xml

LinearLayout xmlns:android = http:schemas.android.comapkresandroid android:id = +idhome_root android:orientation = vertical android:layout_width = fill_parent android:layout_height = match_parent include layout = layoutheader_layout include layout = layoutdashboard_layout include layout = layoutfooter_layout LinearLayout

9. panel_detail_objek.xml