summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml
deleted file mode 100644
index afec1f3bea..0000000000
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="48dp">
-
- <View
- android:layout_width="match_parent"
- android:layout_height="0.25dp"
- android:alpha="0.56"
- android:background="@drawable/line_divider"/>
-
- <TextView
- android:id="@+id/section_text"
- android:layout_width="match_parent"
- android:layout_height="48dp"
- android:layout_marginEnd="16dp"
- android:layout_marginLeft="16dp"
- android:layout_marginRight="16dp"
- android:layout_marginStart="16dp"
- android:textIsSelectable="false"
- android:layout_marginTop="16dp"
- android:alpha="0.54"
- android:background="@android:color/transparent"
- android:maxLines="1"
- android:textColor="@android:color/black"
- android:textSize="14sp"/>
-
-</RelativeLayout>