Signal-Android/app/src/main/res/layout/preference_divider.xml

4 wiersze
194 B
XML

<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="10dp"
android:background="@drawable/preference_divider" />