Don't use a custom widget to separate preference categories.

This commit is contained in:
akwizgran
2017-10-11 17:31:45 +01:00
parent 13d35229d5
commit 4fe4c298d7
4 changed files with 23 additions and 204 deletions

View File

@@ -0,0 +1,6 @@
<?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/divider">
</View>