mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-17 22:01:16 +01:00
6 lines
280 B
XML
6 lines
280 B
XML
<View xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:viewBindingIgnore="true"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="10dp"
|
|
android:background="@drawable/preference_divider" /> |