diff --git a/packages/SystemUI/res/drawable/people_space_activity_card.xml b/packages/SystemUI/res/drawable/people_space_activity_card.xml deleted file mode 100644 index 7e2db635702c2..0000000000000 --- a/packages/SystemUI/res/drawable/people_space_activity_card.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - \ No newline at end of file diff --git a/packages/SystemUI/res/drawable/rounded_bg_full_large_radius.xml b/packages/SystemUI/res/drawable/rounded_bg_full_large_radius.xml index aa940bde7e0da..29a014a713f77 100644 --- a/packages/SystemUI/res/drawable/rounded_bg_full_large_radius.xml +++ b/packages/SystemUI/res/drawable/rounded_bg_full_large_radius.xml @@ -14,7 +14,8 @@ limitations under the License. --> - + diff --git a/packages/SystemUI/res/layout/people_space_activity.xml b/packages/SystemUI/res/layout/people_space_activity.xml index fa199439ec691..7102375a89bf3 100644 --- a/packages/SystemUI/res/layout/people_space_activity.xml +++ b/packages/SystemUI/res/layout/people_space_activity.xml @@ -15,6 +15,7 @@ --> + android:paddingVertical="24dp" + android:paddingHorizontal="48dp"/> @@ -92,8 +94,8 @@ android:gravity="start" android:text="@string/recent_conversations" android:layout_width="wrap_content" - android:textAppearance="@*android:style/TextAppearance.DeviceDefault.ListItem" - android:textColor="?android:attr/colorAccent" + android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Notification.Title" + android:textColor="?androidprv:attr/colorAccentPrimaryVariant" android:textSize="14sp" android:paddingStart="16dp" android:layout_height="wrap_content"/> diff --git a/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml b/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml index 232cd72361138..2a4a21f5f1ab9 100644 --- a/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml +++ b/packages/SystemUI/res/layout/people_space_activity_no_conversations.xml @@ -55,6 +55,7 @@ android:background="@drawable/rounded_bg_full_large_radius" android:onClick="dismissActivity" android:text="@string/okay" + android:textColor="?android:attr/textColorPrimary" android:layout_marginBottom="60dp" android:layout_alignParentBottom="true" /> diff --git a/packages/SystemUI/res/layout/people_space_tile_view.xml b/packages/SystemUI/res/layout/people_space_tile_view.xml index 3e901808e66a5..2a2c35dde8418 100644 --- a/packages/SystemUI/res/layout/people_space_tile_view.xml +++ b/packages/SystemUI/res/layout/people_space_tile_view.xml @@ -13,7 +13,9 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -