Background * This is part of the work to support a credential management app on unmanaged devices. Changes * Show FAB for detailed/long manage credentials authentication policy. * Hide FAB for short manage credentials authentication policy. * Unexpand FAB once the user start starts scrolling. * Hide FAB once the user has scrolled to the bottom. Manual Testing * Verify FAB is shown for a detailed/long policy: https://screenshot.googleplex.com/BUb4LGz3GD6AozS * Verify FAB is hidden for a short policy * Verify FAB is hidden when user has scrolled to the bottom: https://screenshot.googleplex.com/6FQRqto3r3jzfXH * Verify FAB is unexpanded (text hidden) when the users start scrolling: https://screenshot.googleplex.com/4FfAt5MsCfrAwQK Bug: 165641221 Test: Manual Testing make RunSettingsRoboTests -j ROBOTEST_FILTER=com.android.settings.security.RequestManageCredentialsTest Change-Id: Ied2ef726ad4dcc3f92c20249f80294f0a3071a8a
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<!--
|
|
~ Copyright (C) 2020 The Android Open Source Project
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorAccent">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M20,12l-1.41,-1.41L13,16.17V4h-2v12.17l-5.58,-5.59L4,12l8,8 8,-8z"/>
|
|
</vector> |