|
|
@ -27,10 +27,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
<CheckBox
|
|
|
|
android:id="@+id/cbInline"
|
|
|
|
android:id="@+id/cbInline"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
android:layout_marginTop="3dp"
|
|
|
|
android:text="@string/title_show_inline"
|
|
|
|
android:text="@string/title_show_inline"
|
|
|
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rvAttachment" />
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/rvAttachment" />
|
|
|
|
|
|
|
|
|
|
|
|