mirror of
https://github.com/jrpie/Launcher.git
synced 2025-05-13 22:11:53 +02:00
This commit is contained in:
parent
ffaaba7abb
commit
a4fcdf60c7
37 changed files with 807 additions and 68 deletions
|
@ -21,9 +21,15 @@
|
|||
android:theme="@style/launcherBaseTheme"
|
||||
tools:ignore="UnusedAttribute">
|
||||
<activity
|
||||
android:name=".ui.widgets.manage.ManageWidgetsActivity"
|
||||
android:theme="@style/launcherHomeTheme"
|
||||
android:name=".ui.widgets.manage.ManageWidgetPanelsActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.widgets.WidgetPanelActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.widgets.manage.ManageWidgetsActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/launcherHomeTheme" />
|
||||
<activity
|
||||
android:name=".ui.widgets.manage.SelectWidgetActivity"
|
||||
android:exported="false" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue