|
|
|
@ -13,13 +13,13 @@
|
|
|
|
|
></ListView>
|
|
|
|
|
<LinearLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:orientation="horizontal"
|
|
|
|
|
android:layout_marginBottom="10dp"
|
|
|
|
|
android:background="@color/tabColor"
|
|
|
|
|
android:layout_marginTop="5dp">
|
|
|
|
|
<Button
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:background="@drawable/btn_basic"
|
|
|
|
|
android:id="@+id/jump_app_list"
|
|
|
|
@ -28,16 +28,16 @@
|
|
|
|
|
</Button>
|
|
|
|
|
<Button
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:background="@drawable/btn_basic"
|
|
|
|
|
android:background="@color/btnColor"
|
|
|
|
|
android:id="@+id/jump_app_appUse"
|
|
|
|
|
android:text="应用使用情况">
|
|
|
|
|
|
|
|
|
|
</Button>
|
|
|
|
|
<Button
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:background="@drawable/btn_basic"
|
|
|
|
|
android:id="@+id/jump_app_report"
|
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
</Button>
|
|
|
|
|
<Button
|
|
|
|
|
android:layout_width="120dp"
|
|
|
|
|
android:layout_height="30dp"
|
|
|
|
|
android:layout_height="45dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:background="@drawable/btn_basic"
|
|
|
|
|
android:id="@+id/jump_app_appClassify"
|
|
|
|
|