Skip to content Skip to sidebar Skip to footer

Custom Action Bar Relative Layout Children Not Placed Correctly

I am using the following RelativeLayout to create a custom action bar. The problem is that height_indicator is not showing to the right of animals_view_title. Instead, they appear

Solution 1:

Remove, android:layout_centerInParent="true" from animals_view_title and add android:layout_centerVertical="true" to it.


Post a Comment for "Custom Action Bar Relative Layout Children Not Placed Correctly"