diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4059b806a5f..68c08c2d17a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1459,7 +1459,7 @@ diff --git a/res/layout/request_manage_credentials.xml b/res/layout/request_manage_credentials.xml index a2350ac5eea..ee3751cba53 100644 --- a/res/layout/request_manage_credentials.xml +++ b/res/layout/request_manage_credentials.xml @@ -18,7 +18,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:clipChildren="true"> + app:backgroundTint="?android:attr/colorPrimary" + android:theme="@style/Theme.CollapsingToolbar.Settings"/> diff --git a/res/values/styles.xml b/res/values/styles.xml index 31f44dd609a..1319a136499 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -795,6 +795,7 @@ 8dp horizontal true + ?android:colorBackground - -