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

Commit 08d08f66 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Use the new animated notification layout on tablets.

(See change Ib46b2d3e.)

Change-Id: I46635ed97596bf1ebe65cd29ef80f3b189102d8a
parent d42497e5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,15 +57,15 @@
                android:layout_width="match_parent"
                android:layout_weight="1"
                >
                <LinearLayout
                <com.android.systemui.statusbar.policy.NotificationRowLayout
                    android:id="@+id/content"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:gravity="center_horizontal|bottom"
                    android:orientation="vertical"
                    android:clickable="true"
                    android:focusable="true"
                    android:descendantFocusability="afterDescendants"
                    systemui:rowHeight="@dimen/notification_height"
                    />
            </ScrollView>
        </LinearLayout>