mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
- Fix system shortcut alignment and ordering. - Replace horizontal split icon with correct size drawable. - Remove popup shortcut reversing logic, and instead show same order of shortcuts regardless of orientation. Test: tested manually on tablet and phone Bug:269343928 Change-Id: I1700ad1ee04abf0820c87d89e1dc07d6880fd519
8 lines
251 B
XML
8 lines
251 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Space
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="0dp"
|
|
android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:id="@+id/shortcut_spacer"/> |