diff --git a/color-check-baseline.xml b/color-check-baseline.xml index 70744814dc2..7ab18a4407d 100644 --- a/color-check-baseline.xml +++ b/color-check-baseline.xml @@ -965,7 +965,7 @@ priority="4" summary="Using hardcoded color" explanation="Hardcoded color values are bad because theme changes cannot be uniformly applied.Instead use the theme specific colors such as `?android:attr/textColorPrimary` in attributes. This ensures that a theme change from a light to a dark theme can be uniformlyapplied across the app." - errorLine1=" <color name="homepage_about_background">#9FA8DA</color>" + errorLine1=" <color name="homepage_about_background">#6F86DA</color>" errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable/face_enroll_introduction.xml b/res/drawable/face_enroll_introduction.xml index 4493d661c2f..6065f237237 100644 --- a/res/drawable/face_enroll_introduction.xml +++ b/res/drawable/face_enroll_introduction.xml @@ -1,3 +1,4 @@ + - + android:width="240dp" + android:height="240dp" + android:viewportWidth="300" + android:viewportHeight="300"> + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_face_enroll_introduction_detail.xml b/res/drawable/ic_face_enroll_introduction_detail.xml new file mode 100644 index 00000000000..7159148f830 --- /dev/null +++ b/res/drawable/ic_face_enroll_introduction_detail.xml @@ -0,0 +1,30 @@ + + + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_qrcode_24dp.xml b/res/drawable/ic_qrcode_24dp.xml index ff7806f8107..6928cb97105 100644 --- a/res/drawable/ic_qrcode_24dp.xml +++ b/res/drawable/ic_qrcode_24dp.xml @@ -2,7 +2,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorAccent"> diff --git a/res/drawable/ic_scan_24dp.xml b/res/drawable/ic_scan_24dp.xml index bcef8e32db0..c7b82d1f7e2 100644 --- a/res/drawable/ic_scan_24dp.xml +++ b/res/drawable/ic_scan_24dp.xml @@ -2,7 +2,8 @@ android:width="24dp" android:height="24dp" android:viewportWidth="24" - android:viewportHeight="24"> + android:viewportHeight="24" + android:tint="?android:attr/colorAccent"> diff --git a/res/layout/face_enroll_introduction.xml b/res/layout/face_enroll_introduction.xml index b5f13db2ab9..b55041ae19a 100644 --- a/res/layout/face_enroll_introduction.xml +++ b/res/layout/face_enroll_introduction.xml @@ -27,7 +27,7 @@ @@ -45,50 +45,87 @@ android:layout_width="match_parent" android:layout_height="wrap_content" /> - - - - - + -