V Androidu neexistuje (alespoň o tom nevím) žádná nativní cesta jak vytvořit horizontální čáru. Naštěstí si jde vypomoci i jinak:

<View
    android:layout_width="match_parent"
    android:layout_height="1dip"
    android:background="#000000">