Child of RelativeLayout is not filling the height of the RelativeLayout
I have a ListView which gets populated with RelativeLayouts. The content of these RelativeLayouts can change and thus change their height respectively. On each RelativeLayout, I have a little vertical bar on the left side of the layout that matches the height of the layout. It's a similar look to this -> Link Though for some reason, the View object that I'm using isn't expanding to the height of the layout. What am I doing wrong? <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/post" android:layout_width="fill