Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 846ba918 authored by Mario Bertschler's avatar Mario Bertschler
Browse files

Separating predictionrowview into a separate layout file.

This enables overriding the predictions_view file.

Change-Id: Ie42ce37e1bcd3c3c7b51e0e734e7c01a6f9b9a98
parent b74ac8d3
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -39,10 +39,7 @@
        android:clipToPadding="false"
        android:layout_below="@id/search_container_all_apps" >

        <com.android.launcher3.allapps.PredictionRowView
            android:id="@+id/header_content"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
        <include layout="@layout/predictions_view" android:id="@+id/header_content" />

        <include layout="@layout/all_apps_divider"
            android:id="@+id/divider"
+19 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<com.android.launcher3.allapps.PredictionRowView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content" />
 No newline at end of file