Files
UIUIPad-Launcher3-Q/quickstep/recents_ui_overrides/res/layout/floating_header_content.xml
tongtongstudio ed8310da47 version:1.5
fix:迁移到奥乐云平台
add:
2021-12-10 14:49:23 +08:00

15 lines
560 B
XML

<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
<com.aoleyun.os.appprediction.PredictionRowView
android:id="@+id/prediction_row"
android:accessibilityPaneTitle="@string/title_app_suggestions"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.aoleyun.os.appprediction.AppsDividerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/apps_divider_view" />
</merge>