Overlay text over imageview in framelayout programmatically - Android
问题 I am trying to implement a textview over an image in a framelayout at the center and bottom of the layout as it is seen here: http://developer.android.com/resources/articles/layout-tricks-merge.html <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="center" android:src="@drawable/golden_gate" />