am 10c7764d: Updating margin and content size for migration cling
* commit '10c7764d0497b52c0286db409dda7fcc9a0d73bb': Updating margin and content size for migration cling
This commit is contained in:
@@ -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" >
|
||||
|
||||
@@ -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" >
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user