<?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>
|