嗨對齊,我的心願單圖標是不是在右上角對齊,我想解決這個心願心臟符號作爲角落,以及需要表現出充分的TextView頭,如何正確設置我的工具欄,對不起我的英文不好,這是我的xml我正在想這
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar_top"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@color/colorPrimary"
android:minHeight="?attr/actionBarSize"
app:theme="@style/ThemeToolbar"
tools:layout_editor_absoluteX="8dp"
tools:layout_editor_absoluteY="0dp">
<ImageView
android:id="@+id/imgback"
android:layout_width="20dp"
android:layout_height="20dp"
android:src="@drawable/whitearrow" />
<TextView
android:id="@+id/toolbar_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:gravity="center"
android:text="The Complete React Native"
android:textColor="@color/colorPrimarywhite"
android:textSize="20dp"
android:textStyle="bold" />
<RelativeLayout
android:id="@+id/notification"
android:layout_width="50dp"
android:layout_height="match_parent">
<ImageView
android:id="@+id/imgfav"
android:layout_width="25dp"
android:layout_height="25dp"
android:layout_alignParentRight="true"
android:src="@drawable/whiteheart" />
</RelativeLayout>
</android.support.v7.widget.Toolbar>