NekoX/TMessagesProj/src/main/res/layout/intro_view_layout.xml

29 lines
979 B
XML
Raw Normal View History

2013-12-20 20:25:49 +01:00
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
2013-10-25 17:19:00 +02:00
android:layout_width="fill_parent"
2013-12-20 20:25:49 +01:00
android:layout_height="fill_parent">
2013-10-25 17:19:00 +02:00
2013-12-20 20:25:49 +01:00
<TextView android:layout_height="wrap_content"
2013-10-25 17:19:00 +02:00
android:layout_width="fill_parent"
2013-12-20 20:25:49 +01:00
android:id="@+id/header_text"
android:textSize="26dp"
android:gravity="center"
android:layout_gravity="top|left"
android:layout_marginLeft="18dp"
android:layout_marginRight="16dp"
android:textColor="#ff000000"
android:layout_marginTop="224dp"/>
2013-10-25 17:19:00 +02:00
2013-12-20 20:25:49 +01:00
<TextView android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:id="@+id/message_text"
android:textSize="15dp"
android:gravity="center"
android:layout_gravity="top|left"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:layout_marginTop="266dp"
android:textColor="#808080"/>
2013-10-25 17:19:00 +02:00
2013-12-20 20:25:49 +01:00
</FrameLayout>