Commit ea994708 authored by topjohnwu's avatar topjohnwu

Use widgets from AndroidX

parent e04f9439
......@@ -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>
\ No newline at end of file
</layout>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment