Added Android code
[wl-app.git] / Android / app / src / main / res / layout / navigation_separator_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <View xmlns:android="http://schemas.android.com/apk/res/android"
3       android:layout_width="match_parent"
4       android:layout_height="1dp"
5       android:layout_marginBottom="13dp"
6       android:layout_marginEnd="25dp"
7       android:layout_marginStart="25dp"
8       android:layout_marginTop="13dp"
9       android:background="@color/turquoise"/>