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
36
37
38
39
40
41
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:tools="http://schemas.android.com/tools"
	android:layout_width="match_parent"
	android:layout_height="match_parent"
	android:background="@android:color/black"
	tools:context=".BookPageActivity" >

	<ImageView
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_alignParentBottom="true"
		android:layout_alignParentLeft="true"
		android:layout_alignParentRight="true"
		android:layout_alignParentTop="true"
		android:scaleType="centerCrop"
		android:src="@drawable/credits" />

	<TextView
		android:id="@+id/creditsText"
		android:layout_width="match_parent"
		android:layout_height="wrap_content"
		android:layout_centerInParent="true"
		android:gravity="center"
		android:paddingTop="@dimen/creditsTextTopPadding"
		android:text="Credits\n\nbla bla bla\n\nblal alad  ald"
		android:textColor="@android:color/black"
		android:textSize="@dimen/creditsText" />

	<Button
		android:id="@+id/closeButton"
		style="@style/ButtonWithShadow"
		android:layout_width="wrap_content"
		android:layout_height="wrap_content"
		android:layout_alignParentRight="true"
		android:layout_marginRight="@dimen/activity_horizontal_margin"
		android:layout_marginTop="@dimen/activity_vertical_margin"
		android:minWidth="100dp"
		android:text="@string/closeButton"
		android:textSize="@dimen/storyText" />

</RelativeLayout>

Commits for Nextrek/Android/Minstrek/MinstrekLib/res/layout/credits.xml

Diff revisions: vs.
Revision Author Commited Message
11 Diff Diff DRuega picture DRuega Mon 03 Jun, 2013 19:58:21 +0000

Allineamento repository con ultime modifiche

4 FMMortaroli picture FMMortaroli Fri 19 Apr, 2013 16:54:38 +0000