2019-10-18 13:43:47 -03:00
|
|
|
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2019-10-18 13:43:47 -03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="10dp"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:background="@drawable/preference_divider" />
|