aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_related_post_divider.xml
blob: 488260748d8af22f53ce2fc4d66d1f2540b6d1d8 (plain)
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="1dp"
    android:background="@color/reader_divider_grey" />