android10_Launcher3_original
This commit is contained in:
11
tests/res/xml/appwidget_hidden.xml
Normal file
11
tests/res/xml/appwidget_hidden.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="180dp"
|
||||
android:minHeight="110dp"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:initialLayout="@layout/test_layout_appwidget_blue"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:widgetFeatures="hide_from_picker"
|
||||
android:widgetCategory="home_screen">
|
||||
</appwidget-provider>
|
||||
10
tests/res/xml/appwidget_no_config.xml
Normal file
10
tests/res/xml/appwidget_no_config.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="180dp"
|
||||
android:minHeight="110dp"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:initialLayout="@layout/test_layout_appwidget_red"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:widgetCategory="home_screen">
|
||||
</appwidget-provider>
|
||||
12
tests/res/xml/appwidget_with_config.xml
Normal file
12
tests/res/xml/appwidget_with_config.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="180dp"
|
||||
android:minHeight="110dp"
|
||||
android:updatePeriodMillis="86400000"
|
||||
android:initialLayout="@layout/test_layout_appwidget_blue"
|
||||
android:configure="com.android.launcher3.testcomponent.WidgetConfigActivity"
|
||||
android:resizeMode="horizontal|vertical"
|
||||
android:widgetFeatures="reconfigurable"
|
||||
android:widgetCategory="home_screen">
|
||||
</appwidget-provider>
|
||||
18
tests/res/xml/shortcuts.xml
Normal file
18
tests/res/xml/shortcuts.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||
<shortcut
|
||||
android:shortcutId="shortcut1"
|
||||
android:shortcutShortLabel="@string/shortcut1">
|
||||
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
<shortcut
|
||||
android:shortcutId="shortcut2"
|
||||
android:shortcutShortLabel="@string/shortcut2">
|
||||
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
<shortcut
|
||||
android:shortcutId="shortcut3"
|
||||
android:shortcutShortLabel="@string/shortcut3">
|
||||
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
Reference in New Issue
Block a user