Visual separator in RelativeView

So far , i have tried to add separator inside the TableLayout using the below code:
<View android:id="@+id/view_separator" 
 android:background="#FFFFFF" 
 android:layout_centerVertical ="true"
 android:layout_width = "fill_parent"
 android:layout_height="2dip"
 android:layout_alignParentTop="true"/>
 
It may helps you, just try it.

Yorumlar

Bu blogdaki popüler yayınlar

About Android padding, margin, width, height, wrap_content, match_parent, R Class

@SerializedName and @Expose annotations