mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-25 10:47:38 +00:00
Use widgets from AndroidX
This commit is contained in:
parent
e04f943980
commit
ea9947081f
@ -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 @@
|
|||||||
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 @@
|
|||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
||||||
|
|
||||||
</layout>
|
</layout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user