My Phone Butler (9) Virus Scanning interface design
<?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= "Virus Avira" /> <RelativelayoutAndroid:layout_width= "Match_parent"Android:layout_height= "Wrap_content" > <FramelayoutAndroid:id= "@+id/antivirus_frame"Android:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"> <ImageViewAndroid:layout_width= "80DP"Android:layout_height= "80DP"android:src= "@drawable/ic_scanner_malware" /> <ImageViewAndroid:id= "@+id/antivirus_scanning"Android:layout_width= "80DP"Android:layout_height= "80DP"android:src= "@drawable/act_scanning_03" /> </Framelayout> <TextViewAndroid:id= "@+id/antivirus_status"Android:layout_width= "Match_parent"Android:layout_height= "Wrap_content"Android:layout_alignparenttop= "true"Android:layout_marginleft= "40DP"Android:layout_margintop= "15DP"Android:layout_torightof= "@id/antivirus_frame"Android:text= "Initializing anti-Virus engine ..." /> <ProgressBarAndroid:id= "@+id/progressbar1"style= "? Android:attr/progressbarstylehorizontal"Android:layout_width= "Match_parent"Android:layout_height= "Wrap_content"Android:layout_below= "@+id/antivirus_status"Android:layout_marginleft= "5DP"Android:layout_marginright= "5DP"Android:layout_margintop= "3DP"Android:layout_torightof= "@id/antivirus_frame"android:progressdrawable= "@drawable/custom_progress" /> </Relativelayout> <ScrollViewAndroid:layout_width= "Match_parent"Android:layout_height= "Match_parent" > <LinearLayoutAndroid:id= "@+id/antivirus_layout"Android:layout_width= "Match_parent"Android:layout_height= "Wrap_content"android:orientation= "vertical" > </LinearLayout> </ScrollView></LinearLayout>
Design
My Phone Butler (9) Virus Scanning interface design