summaryrefslogtreecommitdiffstats
path: root/res/layout/component_divider.xml
blob: 0e57821289db4f62e6dbffcf42d6992048c5645c (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>

<View xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="2dp"
    android:layout_height="@dimen/component_divider_height"
    android:layout_marginTop="32dp"
    android:background="@color/component_divider_color"/>