Added horizontal line below 'Diverted by ...'

This commit is contained in:
Juha Heinanen
2023-04-15 12:26:50 +03:00
parent ea4a584228
commit 4b479bd2fc

View File

@ -141,6 +141,13 @@
android:layout_weight="1" >
</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>
<RelativeLayout