|
|
|
@ -36,33 +36,32 @@
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
|
|
|
|
app:srcCompat="@drawable/expander_hor" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibMore"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_more"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:tooltipText="@string/title_more"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/ibTools"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
|
|
|
|
app:srcCompat="@drawable/baseline_more_horiz_24" />
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.helper.widget.Flow
|
|
|
|
|
android:id="@+id/ibFlow"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="3dp"
|
|
|
|
|
app:constraint_referenced_ids="ibInbox,ibJunk,ibTrash,ibArchive,ibMove,ibAnswer,ibUnsubscribe,ibRule,ibUndo"
|
|
|
|
|
app:constraint_referenced_ids="ibMore,ibInbox,ibJunk,ibTrash,ibArchive,ibMove,ibAnswer,ibUnsubscribe,ibRule,ibUndo"
|
|
|
|
|
app:flow_horizontalBias="0"
|
|
|
|
|
app:flow_horizontalGap="3dp"
|
|
|
|
|
app:flow_horizontalStyle="packed"
|
|
|
|
|
app:flow_wrapMode="chain"
|
|
|
|
|
app:layout_constraintEnd_toStartOf="@+id/ibVerify"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@+id/ibMore"
|
|
|
|
|
app:layout_constraintStart_toEndOf="@id/ibTools"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/vSeparator" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibMore"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|
android:layout_height="36dp"
|
|
|
|
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
|
|
|
|
android:contentDescription="@string/title_more"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:scaleType="fitCenter"
|
|
|
|
|
android:tooltipText="@string/title_more"
|
|
|
|
|
app:srcCompat="@drawable/baseline_more_horiz_24"
|
|
|
|
|
tools:ignore="MissingConstraints" />
|
|
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
|
android:id="@+id/ibJunk"
|
|
|
|
|
android:layout_width="36dp"
|
|
|
|
|