mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-15 04:18:53 +01:00
Don't use a custom widget to separate preference categories.
This commit is contained in:
6
briar-android/src/main/res/layout/divider_preference.xml
Normal file
6
briar-android/src/main/res/layout/divider_preference.xml
Normal 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>
|
||||
Reference in New Issue
Block a user