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

Commit fd9af2f0 authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "Overview - update Clear All and Empty message drawing" into sc-dev

parents d69407c0 23b7fea6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,5 +21,5 @@
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="@string/recents_clear_all"
    android:textColor="?attr/workspaceTextColor"
    android:textColor="?android:attr/textColorPrimary"
    android:textSize="14sp" />
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
        android:accessibilityPaneTitle="@string/accessibility_recent_apps"
        android:clipChildren="false"
        android:clipToPadding="false"
        android:theme="@style/HomeScreenElementTheme"
        android:visibility="invisible" />

    <include
+1 −0
Original line number Diff line number Diff line
@@ -559,6 +559,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
                .getDimension(R.dimen.recents_empty_message_text_size));
        mEmptyMessagePaint.setTypeface(Typeface.create(Themes.getDefaultBodyFont(context),
                Typeface.NORMAL));
        mEmptyMessagePaint.setAntiAlias(true);
        mEmptyMessagePadding = getResources()
                .getDimensionPixelSize(R.dimen.recents_empty_message_text_padding);
        setWillNotDraw(false);