

Nextrek
@ HEAD
Nextrek / Android / Minstrek / MinstrekLib / app / src / main / res / layout / credits.xml
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/app/src/main/res/layout/credits.xml
Revision | Author | Commited | Message |
---|---|---|---|
792 |
![]() |
Fri 02 Oct, 2015 12:03:54 +0000 | New gradle version with ad |