Commit 666a350e authored by Andrey Zaytsev's avatar Andrey Zaytsev Committed by Commit Bot

Safety check on Android: reordered the elements to match the UI mocks

UI mocks: https://docs.google.com/presentation/d/13qExIGI7BDaSUGBAXR0B02VzKcIqVt5Y_vo0lC7nC04/edit#slide=id.g8b3f4ba7b6_2_7
Order: 1. Updates 2. Passwords 3. Safe Browsing

Bug: 1070620
Change-Id: Ic2f97a2c6fdb088b5fa5ed107507eb7b2803e2f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307289
Auto-Submit: Andrey Zaytsev <andzaytsev@google.com>
Reviewed-by: default avatarMartin Šrámek <msramek@chromium.org>
Commit-Queue: Martin Šrámek <msramek@chromium.org>
Commit-Queue: Andrey Zaytsev <andzaytsev@google.com>
Cr-Commit-Position: refs/heads/master@{#789885}
parent f7d812d9
......@@ -11,11 +11,11 @@
android:title="@string/safety_check_description"
app:allowDividerBelow="false" />
<!-- Safe Browsing -->
<!-- Updates -->
<org.chromium.chrome.browser.safety_check.SafetyCheckElementPreference
android:key="safe_browsing"
android:title="@string/safety_check_safe_browsing_title"
android:icon="@drawable/ic_security_grey"
android:key="updates"
android:title="@string/safety_check_updates_title"
android:icon="@drawable/ic_update_grey"
app:iconTint="@color/default_icon_color"
app:allowDividerBelow="false" />
<!-- Passwords -->
......@@ -25,11 +25,11 @@
android:icon="@drawable/ic_vpn_key_grey"
app:iconTint="@color/default_icon_color"
app:allowDividerBelow="false" />
<!-- Updates -->
<!-- Safe Browsing -->
<org.chromium.chrome.browser.safety_check.SafetyCheckElementPreference
android:key="updates"
android:title="@string/safety_check_updates_title"
android:icon="@drawable/ic_update_grey"
android:key="safe_browsing"
android:title="@string/safety_check_safe_browsing_title"
android:icon="@drawable/ic_security_grey"
app:iconTint="@color/default_icon_color"
app:allowDividerBelow="false" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment