brsdk_navigation.xml 1.2 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/brDialogNavigation"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:gravity="center_vertical"
    android:paddingBottom="@dimen/brsdk_space_4dp"
    >
    <TextView
        android:id="@+id/brTitle"
        android:layout_width="wrap_content"
        android:layout_height="32dp"
        android:textColor="@color/brsdk_white"
        android:gravity="center_vertical"
        android:includeFontPadding="false"
        android:textSize="@dimen/brsdk_font_16sp"
        tools:text="这是标题"
        />
    <View
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_height="0dp"
        />
    <ImageView
        android:id="@+id/brClose"
        android:layout_width="32dp"
        android:layout_height="32dp"
        android:src="@drawable/brsdk_close_white"
        android:layout_marginEnd="-6dp"
        android:padding="@dimen/brsdk_space_8dp"
        />
</LinearLayout>