a
554325746@qq.com
2019-05-29 1bef2d413cd9eae19fa7aff0524f73aa3f94b113
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/fragment_home"
    android:paddingLeft="@dimen/w23"
    android:paddingTop="@dimen/w23"
    android:paddingRight="@dimen/w19"
    android:paddingBottom="@dimen/w19"
    >
    <GridView
        android:id="@+id/alarmListGridView"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:listSelector="@color/transparent"
        android:numColumns="4"
        android:gravity="center"
        android:verticalSpacing="@dimen/h19"
        android:horizontalSpacing="@dimen/w19"
        android:visibility="visible" />
 
    <ImageView
        android:id="@+id/goto_top"
        android:layout_width="@dimen/h50"
        android:layout_height="@dimen/h50"
        android:layout_alignParentBottom="true"
        android:layout_alignParentRight="true"
        android:layout_marginBottom="@dimen/h20"
        android:layout_marginRight="@dimen/h20"
        android:scaleType="fitXY"
        android:src="@drawable/u96"
        android:visibility="invisible" />
</RelativeLayout>