Initial commit.
[mobilnebezpieczenstwo.git] / res / layout / fragment_main.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent">
5
6     <TextView
7             android:id="@+id/header_label"
8             android:layout_width="match_parent"
9             android:layout_height="wrap_content"
10             android:textColor="@color/text_main"
11             android:textSize="18sp"
12             android:gravity = "center"
13             android:textStyle="bold"
14             android:paddingLeft="20dp"
15             android:paddingRight="20dp"
16             android:paddingBottom="10dp"
17             android:background="@color/text_bg"
18             android:layout_alignParentTop="true"
19             android:layout_alignParentLeft="true"
20             android:layout_alignParentRight="true" />
21     
22     <com.samsung.srpol.parallax.ParallaxListView
23         xmlns:app="http://schemas.android.com/apk/res-auto"
24         android:id="@+id/listview"
25         android:layout_width="wrap_content"
26         android:layout_height="wrap_content"
27         android:layout_alignParentLeft="true"
28         android:layout_below="@id/header_label"
29         android:fadingEdge="none"
30         app:parallax_factor="2.9"
31         tools:context=".MainActivity" />
32
33 </RelativeLayout>