Commit ea994708 authored by topjohnwu's avatar topjohnwu

Use widgets from AndroidX

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