Use widgets from AndroidX

This commit is contained in:
topjohnwu 2020-01-05 16:27:28 +08:00
parent e04f943980
commit ea9947081f

View File

@ -144,7 +144,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent">
<com.android.internal.widget.ButtonBarLayout
<androidx.appcompat.widget.ButtonBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="bottom|center_horizontal"
@ -224,7 +224,7 @@
tools:icon="@drawable/ic_bug_md2"
tools:text="Button 1" />
</com.android.internal.widget.ButtonBarLayout>
</androidx.appcompat.widget.ButtonBarLayout>
</FrameLayout>
@ -235,4 +235,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>
</layout>