Signal-Android/app/src/main/res/layout/preference_divider.xml

4 lines
194 B
XML
Raw Normal View History

2019-10-18 13:43:47 -03:00
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="10dp"
android:background="@drawable/preference_divider" />