Rename: Drop 'Container' from BubbleExpandedViewContainer

Test: atest BubbleControllerTest / it compiles
Bug: 123543995
Change-Id: I4ff194966edffd7d314bd9aade1ebb2bb6d2f7d2
This commit is contained in:
Mady Mellor
2019-02-05 13:34:48 -08:00
parent a7c7b75e34
commit 3d82e68dfd
4 changed files with 11 additions and 11 deletions

View File

@@ -14,7 +14,7 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
<com.android.systemui.bubbles.BubbleExpandedViewContainer
<com.android.systemui.bubbles.BubbleExpandedView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
@@ -93,4 +93,4 @@
</FrameLayout>
</com.android.systemui.bubbles.BubbleExpandedViewContainer>
</com.android.systemui.bubbles.BubbleExpandedView>