Thursday, 15 January 2015

java - How to center a ImageView at bottom background layout -



java - How to center a ImageView at bottom background layout -

i have header display background image.

<relativelayout android:id="@+id/rl_header" android:layout_width="match_parent" android:layout_height="wrap_content" android:src="@drawable/header_bg android:orientation="horizontal" >

i want add together circular image @ bottom of background layout , center circular image this!! circular image @ bottom background help me regarding @thanks

try utilize android:layout_centerinparent="true"

java android xml layout

No comments:

Post a Comment