Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c7764d authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Updating margin and content size for migration cling

Bug: 17446533
Change-Id: I1f980f0565083078ba4f5b7619938083367cbab7
parent 5b7d28fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -41,8 +41,9 @@
    </FrameLayout>

    <LinearLayout
        android:layout_width="280dp"
        android:layout_width="@dimen/cling_migration_content_width"
        android:layout_height="wrap_content"
        android:layout_marginEnd="@dimen/cling_migration_content_margin"
        android:orientation="vertical"
        android:paddingLeft="24dp"
        android:paddingRight="24dp" >
+2 −1
Original line number Diff line number Diff line
@@ -42,9 +42,10 @@
            android:src="@drawable/ic_migration" />

        <LinearLayout
            android:layout_width="280dp"
            android:layout_width="@dimen/cling_migration_content_width"
            android:layout_height="wrap_content"
            android:layout_below="@+id/ic_cling_migration"
            android:layout_marginStart="@dimen/cling_migration_content_margin"
            android:orientation="vertical"
            android:paddingLeft="24dp"
            android:paddingRight="24dp" >
+2 −0
Original line number Diff line number Diff line
@@ -29,5 +29,7 @@
    <dimen name="cling_migration_logo_width">274dp</dimen>
    <dimen name="cling_migration_bg_size">600dp</dimen>
    <dimen name="cling_migration_bg_shift">-300dp</dimen>
    <dimen name="cling_migration_content_margin">64dp</dimen>
    <dimen name="cling_migration_content_width">280dp</dimen>

</resources>
+5 −0
Original line number Diff line number Diff line
@@ -25,4 +25,9 @@
     the drag view should be offset from the position of the original view. -->
    <dimen name="dragViewOffsetX">0dp</dimen>
    <dimen name="dragViewOffsetY">0dp</dimen>

<!-- Cling -->
    <dimen name="cling_migration_content_margin">96dp</dimen>
    <dimen name="cling_migration_content_width">320dp</dimen>

</resources>
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
    <dimen name="cling_migration_logo_width">165dp</dimen>
    <dimen name="cling_migration_bg_size">400dp</dimen>
    <dimen name="cling_migration_bg_shift">-200dp</dimen>
    <dimen name="cling_migration_content_margin">16dp</dimen>
    <dimen name="cling_migration_content_width">280dp</dimen>

<!-- Workspace -->
    <dimen name="workspace_max_gap">16dp</dimen>