我的手机管家病毒扫描 界面设计

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的手机管家病毒扫描 界面设计相关的知识,希望对你有一定的参考价值。

我的手机管家(9)病毒扫描 界面设计

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
    <TextView 
        style="@style/title_style"
        android:text="病毒查杀"
        />
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
         >
         <FrameLayout 
             android:id="@+id/antivirus_frame"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content">
             <ImageView 
                 android:layout_width="80dp"
                 android:layout_height="80dp"
                 android:src="@drawable/ic_scanner_malware"
              />
              <ImageView 
                  android:id="@+id/antivirus_scanning"
                 android:layout_width="80dp"
                 android:layout_height="80dp"
                 android:src="@drawable/act_scanning_03"
                 />
         </FrameLayout>

        <TextView
            android: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="正 在 初 始 化 杀 毒 引擎 ..." />
        <ProgressBar
            android: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>
    <ScrollView 
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        >
        <LinearLayout
          android:id="@+id/antivirus_layout"
          android:layout_width="match_parent"
          android:layout_height="wrap_content"
          android:orientation="vertical"
        >
        </LinearLayout>
    </ScrollView>
</LinearLayout>

技术分享

设计

以上是关于我的手机管家病毒扫描 界面设计的主要内容,如果未能解决你的问题,请参考以下文章

tengine是啥东西啊??手机是否中病毒了!!!

vivo手机中了Andruid kernel的病毒和tools,它们俩怎么卸载也卸载不了,怎么办??

电脑下载东西提示:无法下载病毒扫描失败怎么办?

我的迈克菲杀毒软件的实时扫描怎么都打不开,怎么才能打开???

我的迈克菲杀毒软件的实时扫描怎么都打不开,怎么才能打开???

腾讯手机管家是如何检测连接的WIFI是不是安全的?