Subversion Repository Public Repository

Nextrek

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
34
35
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
	android:layout_width="fill_parent"
	android:layout_height="fill_parent" >

	<ProgressBar
		android:id="@+id/pull_to_refresh_progress"
		style="?android:attr/progressBarStyleSmall"
		android:layout_width="wrap_content"
		android:layout_height="49dp"
		android:layout_marginLeft="30dip"
		android:indeterminate="true"
		android:visibility="gone" />

	<ImageView
		android:id="@+id/pull_to_refresh_image"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_gravity="center"
		android:layout_marginBottom="5dp"
		android:layout_marginLeft="30dip"
		android:layout_marginRight="20dip"
		android:src="@drawable/rubber_footer_arrow"
		android:visibility="gone" />

	<TextView
		android:id="@+id/pull_to_refresh_text"
		android:layout_width="fill_parent"
		android:layout_height="49dp"
		android:gravity="center"
		android:text="@string/pull_to_refresh_load_more_pull_label"
		android:textAppearance="?android:attr/textAppearanceMedium"
		android:textStyle="bold" />

</RelativeLayout>

Commits for Nextrek/Android/LibrerieNextrek/res/layout/rubber_footer_layout.xml

Diff revisions: vs.
Revision Author Commited Message
4 FMMortaroli picture FMMortaroli Fri 19 Apr, 2013 16:54:38 +0000