全志Launcher代码首次提交

This commit is contained in:
2025-11-05 21:08:38 +08:00
commit 578f5739bf
299 changed files with 26334 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<com.ik.mboxlauncher.view.MyRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="93dp"
android:layout_height="98dp"
android:id="@+id/item_bg"
android:background="@drawable/app_info_bg"
android:descendantFocusability="beforeDescendants"
android:focusable="true">
<ImageView
android:id="@+id/img_app"
android:layout_width="48dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="18dp"
android:layout_height="48dp"/>
<TextView
android:id="@+id/item_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="6dp"
android:paddingEnd="6dp"
android:layout_centerHorizontal="true"
android:gravity="center"
android:singleLine="true"
android:ellipsize="marquee"
android:textSize="14sp"
android:layout_marginVertical="6dp"
android:layout_alignParentBottom="true"
android:textColor="@color/item_text_color"
/>
</com.ik.mboxlauncher.view.MyRelativeLayout>