Files
UIUIPad-Launcher3-Q/quickstep/recents_ui_overrides/res/layout/floating_header_content.xml
Fanhuitong 8799e85443 version:
fix:
update:更换为酷信
2023-10-11 19:19:52 +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.uiuipad.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.uiuipad.os.appprediction.AppsDividerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/apps_divider_view" />
</merge>