diff --git a/packages/SystemUI/res/drawable/ic_history.xml b/packages/SystemUI/res/drawable/ic_history.xml new file mode 100644 index 0000000000000..e936864f82ab5 --- /dev/null +++ b/packages/SystemUI/res/drawable/ic_history.xml @@ -0,0 +1,28 @@ + + + + + + \ No newline at end of file diff --git a/packages/SystemUI/res/layout/recents.xml b/packages/SystemUI/res/layout/recents.xml index 16ff14cdb331f..186aaf6b40e80 100644 --- a/packages/SystemUI/res/layout/recents.xml +++ b/packages/SystemUI/res/layout/recents.xml @@ -17,14 +17,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> - - - - - \ No newline at end of file diff --git a/packages/SystemUI/res/layout/recents_history.xml b/packages/SystemUI/res/layout/recents_history.xml index b65a5c58f6c73..dc2da7270eb87 100644 --- a/packages/SystemUI/res/layout/recents_history.xml +++ b/packages/SystemUI/res/layout/recents_history.xml @@ -17,7 +17,6 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#99000000" android:orientation="vertical"> \ No newline at end of file + android:fontFamily="sans-serif-medium" + android:background="?android:selectableItemBackground" + android:visibility="invisible" /> diff --git a/packages/SystemUI/res/layout/recents_history_date.xml b/packages/SystemUI/res/layout/recents_history_date.xml index 6d6a9eed6187d..13c7dbed004b8 100644 --- a/packages/SystemUI/res/layout/recents_history_date.xml +++ b/packages/SystemUI/res/layout/recents_history_date.xml @@ -15,10 +15,12 @@ --> + android:layout_marginStart="4dp" + android:layout_marginEnd="12dp" /> Could not start %s. - More - - %d More + History Split Horizontal diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 4329f7830c4d3..e40a0f4e3932c 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -20,7 +20,7 @@ @style/Animation.RecentsActivity -