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:
Pranav Vashi 2022-10-30 00:49:39 +05:30 committed by fazilsheik96
parent 88f61f8d80
commit 51344d13e3
1 changed files with 4 additions and 4 deletions

View File

@ -57,9 +57,11 @@
android:visibility="gone" />
<Space
android:id="@+id/lens_space"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1" />
android:layout_weight="1"
android:visibility="gone" />
<Button
android:id="@+id/action_lens"
@ -72,11 +74,9 @@
android:visibility="gone" />
<Space
android:id="@+id/lens_space"
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1"
android:visibility="gone" />
android:layout_weight="1" />
<Button
android:id="@+id/action_clear_all"