TextView below Image not showing up in Android -
i trying put text below image not showing in android layout. here screenshot: i dont' see text below image. and code: inside relative layout <?xml version="1.0" encoding="utf-8"?> <relativelayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/layout_footer" android:layout_width="match_parent" android:gravity="center" android:layout_height="?android:attr/actionbarsize" android:background="@color/panelcolor" > <imageview android:id="@+id/searchicon" android:layout_width="wrap_content" android:layout_height="match_parent" android:paddingright="60dp" android:src="@drawable/search_white" /> <textview android:id="@+id/searchtext" android:layout_width="wrap_content" android:layout_h...