Signal-Android/res/layout/preference_divider.xml

4 lines
179 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="?pref_divider" />