migrate to androidx
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
android:visibility="gone"
|
||||
style="?buttonBarButtonStyle" />
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
<androidx.legacy.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
@@ -145,7 +145,7 @@
|
||||
android:id="@+id/button_override_back"
|
||||
style="?buttonBarButtonStyle" />
|
||||
|
||||
<android.support.v4.widget.Space
|
||||
<androidx.legacy.widget.Space
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
|
||||
Reference in New Issue
Block a user