Merge "Show Floating action button to request manage credentials"

This commit is contained in:
TreeHugger Robot
2020-12-03 09:02:21 +00:00
committed by Android (Google) Code Review
4 changed files with 65 additions and 0 deletions

View File

@@ -59,4 +59,17 @@
</RelativeLayout>
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
android:id="@+id/extended_fab"
style="@style/RequestManageCredentialsFab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/request_manage_credentials_more"
app:layout_anchor="@id/apps_list"
app:layout_anchorGravity="bottom|center"
app:elevation="3dp"
app:icon="@drawable/ic_arrow_downward"
app:iconTint="?android:attr/colorAccent"
app:backgroundTint="?android:attr/colorPrimary"/>
</androidx.coordinatorlayout.widget.CoordinatorLayout>