aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml')
-rw-r--r--platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml b/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml
index 352937adf7..379bf11048 100644
--- a/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml
+++ b/platform_tools/android/apps/skqp/src/main/res/layout/content_skqp.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@@ -16,4 +16,4 @@
android:textSize="18sp"
android:textStyle="bold"
android:visibility="visible" />
-</android.support.constraint.ConstraintLayout>
+</RelativeLayout>