Added vertical alignment options to shortcuts

This commit is contained in:
ottoptj 2024-09-05 01:30:00 +03:00
commit f872c52893
6 changed files with 57 additions and 1 deletions

View file

@ -132,6 +132,7 @@
</androidx.constraintlayout.widget.ConstraintLayout>
<Space
android:id="@+id/topSpace"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.22" />
@ -387,6 +388,7 @@
android:visibility="gone" />
<Space
android:id="@+id/bottomSpace"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="0.3" />