ht_dialog_gift_detail.xml
803 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<RelativeLayout
android:layout_width="match_parent"
style="@style/ht_title_style">
<TextView
android:id="@+id/ht_page_title"
android:layout_width="match_parent"
android:layout_height="40dp"
style="@style/ht_title_text_style"
android:text="礼包详情" />
<ImageView
android:id="@+id/ht_close_img"
style="@style/ht_close_style"
android:layout_width="18dp"
android:layout_height="18dp" />
</RelativeLayout>
</LinearLayout>