summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/section_main_layout.xml
blob: 75f6ac95884e72ed15fd187560e2d3029856f9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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:layout_marginTop="16dp"
        android:alpha="0.54"
        android:background="@android:color/transparent"
        android:maxLines="1"
        android:textColor="@android:color/black"
        android:textSize="14sp"/>

</RelativeLayout>