Added horizontal line below 'Diverted by ...'
This commit is contained in:
@@ -141,6 +141,13 @@
|
|||||||
android:layout_weight="1" >
|
android:layout_weight="1" >
|
||||||
</TextView>
|
</TextView>
|
||||||
|
|
||||||
|
<View
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="1.5dp"
|
||||||
|
android:layout_marginStart="3dp"
|
||||||
|
android:layout_marginEnd="28dp"
|
||||||
|
android:background="@color/colorGray"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user