Signal-Android/res/layout/preference_divider.xml
2019-10-18 13:09:20 -04:00

4 lines
No EOL
179 B
XML

<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="10dp"
android:background="?pref_divider" />