accurate_detail_activity.xml 793 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/qhbg"
    android:orientation="vertical"
    tools:context="com.studymachine.www.ui.activity.AccurateDetailActivity">

    <com.hjq.bar.TitleBar
        style="@style/ActionBarStyle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:barStyle="transparent"
        app:leftIconWidth="@dimen/dp_22"
        app:titleIcon="@drawable/ai_title_a"
        app:titleIconWidth="@dimen/dp_79" />


</RelativeLayout>