mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 05:48:39 +03:00
15 lines
No EOL
738 B
XML
15 lines
No EOL
738 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<CheckBox xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/checkbox"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="@dimen/layout_horizontal_margin"
|
|
android:layout_marginTop="4dp"
|
|
android:layout_marginEnd="@dimen/layout_horizontal_margin"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@id/phoneBookFilterContainer"
|
|
tools:text="@string/matrix_only_filter"
|
|
tools:viewBindingIgnore="true" /> |