Launcher3: Make spaces more consistent in overview container
Change-Id: I265f5308f056c9bfb15aa7f84878226fea672de4 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Mohammad Hasan Keramat J <ikeramat@protonmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This commit is contained in:
parent
88f61f8d80
commit
51344d13e3
|
@ -57,9 +57,11 @@
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<Space
|
<Space
|
||||||
|
android:id="@+id/lens_space"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:layout_weight="1" />
|
android:layout_weight="1"
|
||||||
|
android:visibility="gone" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/action_lens"
|
android:id="@+id/action_lens"
|
||||||
|
@ -72,11 +74,9 @@
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<Space
|
<Space
|
||||||
android:id="@+id/lens_space"
|
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="1dp"
|
android:layout_height="1dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1" />
|
||||||
android:visibility="gone" />
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/action_clear_all"
|
android:id="@+id/action_clear_all"
|
||||||
|
|
Loading…
Reference in New Issue