如何在工具栏前锚定视图?

时间:2018-06-08 07:47:58

标签: java android

如何将视图锚定在工具栏前面? 请帮我这样。
实际上我希望将这半圈放在工具栏上方,如下所示

enter image description here

1 个答案:

答案 0 :(得分:0)

试试这种方式

   <?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"
android:background="#ffaa">

<android.support.v7.widget.Toolbar
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#000"
    android:id="@+id/toolbar">

 </android.support.v7.widget.Toolbar>

 <ImageView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal"
    android:src="@drawable/semicircle"
    android:layout_marginTop="-170dp"/>

  </LinearLayout>

输出:

enter image description here

根据您的方便保留layout_marginTop图片视图