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

Commit 9fb137bb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Recents Go: Conform to device default style" into ub-launcher3-qt-dev

parents 3ab80bb7 3c7d5fb9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -29,5 +29,6 @@
        android:text="@string/recents_clear_all"
        android:textAllCaps="false"
        android:textColor="@color/clear_all_button_text"
        android:textSize="14sp"/>
        android:textSize="14sp"
        style="@style/TextTitle"/>
</FrameLayout>
+1 −0
Original line number Diff line number Diff line
@@ -36,5 +36,6 @@
        android:text="@string/recents_empty_message"
        android:textColor="@android:color/white"
        android:textSize="25sp"
        style="@style/TextTitle"
        android:visibility="gone"/>
</com.android.quickstep.views.IconRecentsView>
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
@@ -41,5 +41,6 @@
        android:layout_gravity="center_vertical"
        android:singleLine="true"
        android:textColor="@android:color/white"
        android:textSize="24sp"/>
        android:textSize="24sp"
        style="@style/TextTitle"/>
</com.android.quickstep.views.TaskItemView>