summaryrefslogtreecommitdiff
path: root/res/layout/pad_operator_one_col.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/pad_operator_one_col.xml')
-rw-r--r--res/layout/pad_operator_one_col.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/pad_operator_one_col.xml b/res/layout/pad_operator_one_col.xml
index 3a6473a..3484972 100644
--- a/res/layout/pad_operator_one_col.xml
+++ b/res/layout/pad_operator_one_col.xml
@@ -15,7 +15,7 @@
limitations under the License.
-->
-<android.support.v7.widget.GridLayout
+<androidx.gridlayout.widget.GridLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/pad_operator"
@@ -74,4 +74,4 @@
app:layout_row="4"
app:layout_column="0" />
-</android.support.v7.widget.GridLayout>
+</androidx.gridlayout.widget.GridLayout>