listview_layout.xml panel_dashboard.xml panel_detail_objek.xml panel_listview.xml splashscreen_layout.xml

4. 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

5. listview_layout.xml

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

6. 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 LinearLayout

7. panel_detail_objek.xml

LinearLayout xmlns:android=http:schemas.android.comapkresandroid android:id=+idhome_root android:layout_width=fill_parent android:layout_height=match_parent android:orientation=vertical include layout=layoutheader_layout include android:layout_width=match_parent android:layout_height=0dp android:layout_weight=0.07 layout=layoutdetail_objek_layout LinearLayout

8. panel_listview.xml

LinearLayout xmlns:android=http:schemas.android.comapkresandroid android:id=+idhome_root android:layout_width=fill_parent android:layout_height=match_parent android:orientation=vertical include layout=layoutheader_layout include android:layout_width=match_parent android:layout_height=0dp android:layout_weight=0.07 layout=layoutlistview_layout LinearLayout Universitas Sumatera Utara

9. splashscreen_layout.xml

?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http:schemas.android.comapkresandroid android:layout_width=fill_parent android:layout_height=fill_parent android:background = drawablethemaresep android:orientation=vertical TextView android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginTop=200dp android:gravity=center android:text=stringlabel_copyright android:textColor=FF1493 android:textSize=30sp android:textStyle=bold TextView android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginTop=190dp android:gravity=left android:text=stringlabel_copyright2 android:textColor=FF1493 android:textSize=20sp LinearLayout

10. opt_dashboard.xml