<?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="match_parent"
    android:background="@drawable/bg_yinying531">

    <LinearLayout
        android:id="@+id/linearLayout4"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:orientation="vertical">

        <LinearLayout
            android:id="@+id/ll_tvThree"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@color/bg_row"
            android:orientation="vertical">


            <TextView
                android:id="@+id/tvThree"
                android:layout_width="match_parent"
                android:layout_height="50dp"
                android:layout_gravity="center_horizontal"
                android:clickable="true"
                android:gravity="center"
                android:text="语音导航"
                android:textColor="@color/actionsheet_green"
                android:textSize="18sp" />

            <View
                android:layout_width="match_parent"
                android:layout_height="0.5dp"
                android:background="@color/ui_line" />
        </LinearLayout>



        <LinearLayout
            android:id="@+id/ll_tvOne"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:orientation="vertical"
            android:background="@color/bg_row">


            <TextView
                android:id="@+id/tvOne"
                android:layout_width="match_parent"
                android:layout_height="50dp"
                android:layout_gravity="center_horizontal"
                android:clickable="true"
                android:gravity="center"
                android:text="百度地图"
                android:textColor="@color/actionsheet_green"
                android:textSize="18sp" />

            <View
                android:layout_width="match_parent"
                android:layout_height="0.5dp"
                android:background="@color/ui_line" />
        </LinearLayout>



        <LinearLayout
            android:id="@+id/ll_tvTwo"
            android:layout_width="match_parent"
            android:layout_height="50dp"
            android:background="@color/bg_row">


            <TextView
                android:id="@+id/tvTwo"
                android:layout_width="match_parent"
                android:layout_height="50dp"
                android:layout_gravity="center_horizontal"
                android:background="@color/bg_row"
                android:clickable="true"
                android:gravity="center"
                android:text="高德地图"
                android:textColor="@color/actionsheet_green"
                android:textSize="18sp" />
        </LinearLayout>



        <!--<Button-->
        <!--android:id="@+id/confirmButton"-->
        <!--android:layout_width="fill_parent"-->
        <!--android:layout_height="wrap_content"-->
        <!--android:layout_gravity="center"-->
        <!--android:layout_margin="5dp"-->
        <!--android:layout_weight="1"-->
        <!--android:background="@drawable/textview_style"-->
        <!--android:text="确定"-->
        <!--android:textColor="#009DDA"-->
        <!--android:visibility="visible" />-->

        <Button
            android:id="@+id/cancleButton"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_gravity="center"
            android:layout_weight="1"
            android:layout_marginTop="4dp"
            android:background="@color/white"
            android:text="取 消"
            android:textSize="18sp"
            android:textStyle="bold"
            android:textColor="@color/actionsheet_green" />
    </LinearLayout>




</RelativeLayout>