Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical" android:layout_width="match_parent"
- android:layout_height="match_parent">
- <RelativeLayout
- android:id="@+id/relativelayout2"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/headerlayout"
- android:layout_marginLeft="25dp">
- <TextView
- android:id="@+id/textview"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="10dp"
- android:layout_alignTop="@+id/acilocsmall"
- android:layout_marginLeft="5dp"
- android:layout_toEndOf="@+id/acilocsmall"
- android:layout_toRightOf="@+id/acilocsmall"
- android:gravity="center_horizontal"
- android:text="@string/slide17supertitle"
- android:textColor="@color/text_color"
- android:textSize="35sp"
- android:textStyle="bold" />
- </RelativeLayout>
- <TextView
- android:id="@+id/subtext"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/relativelayout2"
- android:layout_marginTop="10dp"
- android:layout_centerHorizontal="true"
- android:layout_gravity="center"
- android:textSize="35dp"
- android:textColor="@color/text_color"
- android:text="@string/slide17title"/>
- <FrameLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- >
- <ImageView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:adjustViewBounds="true"
- android:scaleType="centerInside"
- android:src="@drawable/s17background"/>
- <ImageView
- android:layout_width="200dp"
- android:layout_height="200dp"
- android:layout_gravity="right|top"
- android:src="@drawable/aprrove_badge"/>
- </FrameLayout>
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement