The interface for application management is the same as the interface for process management,
Just add a ListView click Popup popupwindow
<?XML version= "1.0" encoding= "Utf-8"?><LinearLayoutxmlns:android= "Http://schemas.android.com/apk/res/android"Android:layout_width= "Match_parent"Android:layout_height= "Match_parent"android:orientation= "vertical" > <TextViewstyle= "@style/title_style"Android:text= "Program Management" /> <RelativelayoutAndroid:layout_width= "Match_parent"Android:layout_height= "Wrap_content"android:padding= "3DP" > <TextViewAndroid:id= "@+id/app_tvmemavail"Android:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"Android:text= "Memory available:" /> <TextViewAndroid:id= "@+id/app_avial_id"Android:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"Android:layout_alignparentright= "true"Android:text= "SD card available:" /> </Relativelayout> <FramelayoutAndroid:layout_width= "Match_parent"Android:layout_height= "0DP"Android:layout_weight= "1"> <ListViewAndroid:id= "@+id/app_lv_list"Android:layout_width= "Match_parent"Android:layout_height= "Match_parent" /> <LinearLayoutAndroid:id= "@+id/app_linearlayout_id"Android:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"android:layout_gravity= "Center"android:gravity= "Center"android:orientation= "vertical" > <ProgressBarAndroid:layout_width= "Wrap_content"Android:layout_height= "Wrap_content" /> <TextViewAndroid:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"Android:text= "Loading, please later ..." /> </LinearLayout> <TextViewAndroid:id= "@+id/app_tv_header"Android:layout_width= "Match_parent"Android:layout_height= "Wrap_content"Android:text= "User application (0)"Android:background= "#5e5e5e"android:padding= "5DP"Android:textcolor= "#fff"android:textsize= "18SP" /> </Framelayout></LinearLayout>
My mobile Butler (16) Application Management interface design