mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Added vertical alignment options to shortcuts
This commit is contained in:
parent
77fc95b2f4
commit
f872c52893
6 changed files with 57 additions and 1 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue