Merge "Move FloatingToolbarPopup out from FloatingToolbar"

This commit is contained in:
Joanne Chung
2021-10-21 16:38:59 +00:00
committed by Android (Google) Code Review
3 changed files with 1612 additions and 1588 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,7 @@ import static androidx.test.espresso.matcher.ViewMatchers.withId;
import static androidx.test.espresso.matcher.ViewMatchers.withTagValue;
import static androidx.test.espresso.matcher.ViewMatchers.withText;
import static com.android.internal.widget.FloatingToolbar.MenuItemRepr;
import static com.android.internal.widget.FloatingToolbarPopup.MenuItemRepr;
import static org.hamcrest.Matchers.allOf;
import static org.hamcrest.Matchers.is;