diff --git a/res/layout-sw400dp/activity_landing.xml b/res/layout-sw400dp/activity_landing.xml index 815f4f9732..c87a549920 100644 --- a/res/layout-sw400dp/activity_landing.xml +++ b/res/layout-sw400dp/activity_landing.xml @@ -57,6 +57,7 @@ android:layout_height="@dimen/onboarding_button_bottom_offset" android:layout_marginLeft="@dimen/massive_spacing" android:layout_marginRight="@dimen/massive_spacing" + android:visibility="invisible" android:gravity="center" android:background="@color/transparent" android:textAllCaps="false" diff --git a/res/layout/activity_landing.xml b/res/layout/activity_landing.xml index 195020c0d9..3e3ba009dd 100644 --- a/res/layout/activity_landing.xml +++ b/res/layout/activity_landing.xml @@ -57,6 +57,7 @@ android:layout_height="@dimen/onboarding_button_bottom_offset" android:layout_marginLeft="@dimen/massive_spacing" android:layout_marginRight="@dimen/massive_spacing" + android:visibility="invisible" android:gravity="center" android:background="@color/transparent" android:textAllCaps="false" diff --git a/res/layout/fragment_multi_device_removal_bottom_sheet.xml b/res/layout/fragment_multi_device_removal_bottom_sheet.xml new file mode 100644 index 0000000000..2d0c9aef29 --- /dev/null +++ b/res/layout/fragment_multi_device_removal_bottom_sheet.xml @@ -0,0 +1,42 @@ + + + + + + + +