packages/apps/Launcher3/res/layout/system_shortcut_spacer.xml

8 lines
251 B
XML
Raw Permalink Normal View History

2025-08-25 08:38:42 +08:00
<?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"/>