Skip to content
Snippets Groups Projects
Commit df21995c authored by Alexandre Lision's avatar Alexandre Lision
Browse files

fixed parallax effect on larger screen

parent 21b4bedc
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<RelativeLayout
android:id="@+id/iv"
android:layout_width="match_parent"
android:layout_height="200dp"
android:layout_height="@dimen/header_history_detail"
android:background="@color/sfl_light_blue" >
<ImageView
......@@ -35,8 +35,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textStyle="bold"
android:singleLine="true" />
android:singleLine="true"
android:textStyle="bold" />
<Button
android:id="@+id/history_call_add"
......@@ -66,7 +66,7 @@
android:id="@+id/llMainHolder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="200dp"
android:layout_marginTop="@dimen/header_history_detail"
android:orientation="vertical" >
<LinearLayout
......
......@@ -39,5 +39,7 @@ as that of the covered work.
<dimen name="bubble_size">100dp</dimen>
<dimen name="header_history_detail">400dp</dimen>
</resources>
\ No newline at end of file
......@@ -40,5 +40,7 @@ as that of the covered work.
<dimen name="contact_drawer_handle_height">36dp</dimen>
<dimen name="contact_drawer_handle_height_with_shadow">40dp</dimen>
<dimen name="header_history_detail">200dp</dimen>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment