mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
15 lines
639 B
XML
15 lines
639 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.google.android.apps.nexuslauncher.allapps.ActionView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:launcher="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:gravity="start|center"
|
|
android:background="@drawable/bg_action_view"
|
|
android:textDirection="locale"
|
|
launcher:iconDisplay="all_apps"
|
|
launcher:customFontType="actionView"
|
|
launcher:iconSizeOverride="36.0dip"
|
|
launcher:layoutHorizontal="true" style="@style/BaseIcon" />
|