【发布时间】:2014-06-18 13:02:04
【问题描述】:
我有一个只显示背景图像的标题。
<RelativeLayout
android:id="@+id/rl_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/header_bg
android:orientation="horizontal" >
我想在背景布局的底部添加一个圆形图像,并且像这样将圆形图像居中! circular image at bottom background 有人可以帮我解决这个问题吗@Thanks
【问题讨论】:
-
使用
FrameLayout将视图堆叠在一起。这样,您可以将圆形图像与背景图像对齐。