web_ui_private_safe_hint.xml 1.06 KB
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android">

    <TextView
        android:id="@+id/tvTip"
        android:layout_width="0dp"
        android:layout_height="40dp"
        android:layout_weight="1"
        android:background="?android:attr/selectableItemBackground"
konghaorui committed
10
        android:drawableLeft="@drawable/platform_ico_info"
konghaorui committed
11
        android:drawablePadding="8dp"
konghaorui committed
12
        android:drawableStart="@drawable/platform_ico_info"
konghaorui committed
13 14 15
        android:gravity="center_vertical"
        android:paddingLeft="16dp"
        android:paddingRight="16dp"
konghaorui committed
16
        android:text="@string/platform_private_safe_hint"
konghaorui committed
17
        android:textColor="#ffa82b"
konghaorui committed
18
        android:textSize="@dimen/platform_default_text_size" />
konghaorui committed
19 20 21 22 23 24

    <ImageButton
        android:id="@+id/btnClose"
        style="@android:style/Widget.Holo.Button.Borderless.Small"
        android:layout_width="wrap_content"
        android:layout_height="40dp"
konghaorui committed
25 26
        android:contentDescription="@string/platform_close"
        android:src="@drawable/platform_ic_close_orange_18dp" />
konghaorui committed
27
</merge>