رفتن به مطلب
  • 0

منوی آیکن برنامه


Golbazzar

سوال

1 پاسخ به این سوال تاکنون داده شده است

ارسال‌های توصیه شده

سلام و درود. به آکتیویتی main تگ زیر رو باید اضافه کنید

<meta-data
                android:name="android.app.shortcuts"
                android:resource="@xml/shortcuts" />

فایل xml هم باید به صورت زیر باشه. مقادیر رو جایگزین کنید

<shortcuts
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:android="http://schemas.android.com/apk/res/android">

    <shortcut
        android:enabled="true"
        android:icon="@drawable/icon1"
        android:shortcutDisabledMessage="shortcut_message1"
        android:shortcutId="shortcut_id1"
        android:shortcutLongLabel="shortcut_message1"
        android:shortcutShortLabel="shortcut_message1">
        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="com.yourpackage.Activity1"
            android:targetPackage="com.yourpackage"/>
    </shortcut>
    <shortcut
        android:enabled="true"
        android:icon="@drawable/icon2"
        android:shortcutDisabledMessage="shortcut_message2"
        android:shortcutId="shortcut_id2"
        android:shortcutLongLabel="shortcut_message2"
        android:shortcutShortLabel="shortcut_message2">
        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="com.yourpackage.Activity2"
            android:targetPackage="com.yourpackage"/>
    </shortcut>

</shortcuts>

 

لینک ارسال
به اشتراک گذاری در سایت های دیگر

بایگانی شده

این موضوع بایگانی و قفل شده و دیگر امکان ارسال پاسخ نیست.

  • کاربران آنلاین در این صفحه   0 کاربر

    • هیچ کاربر عضوی،در حال مشاهده این صفحه نیست.
×
×
  • اضافه کردن...