diff --git a/app/src/main/res/layout/layout_history.xml b/app/src/main/res/layout/layout_history.xml index 80f6fda221b9a92df1a50dd8803420bb099e2f9b..9ab3a96a45521fea9c0d7f9649a2febb489da811 100644 --- a/app/src/main/res/layout/layout_history.xml +++ b/app/src/main/res/layout/layout_history.xml @@ -37,14 +37,17 @@ android:textAppearance="@style/TextAppearance.AppCompat.Body2" android:textColor="?attr/colorForegroundSecondary" /> - <android.support.v7.widget.AppCompatImageView - android:layout_width="24dp" - android:layout_height="24dp" - android:layout_gravity="end|center_vertical" - android:layout_marginLeft="16dp" - android:layout_marginRight="16dp" - app:srcCompat="@drawable/ic_close" - app:tint="?attr/colorForegroundSecondary" /> + <android.support.v7.widget.AppCompatImageButton + android:id="@+id/send" + style="?attr/buttonStyleSmall" + android:layout_width="48dp" + android:layout_height="48dp" + android:layout_gravity="top" + android:background="?attr/selectableItemBackgroundBorderless" + android:padding="12dp" + android:scaleType="fitXY" + android:tint="?attr/colorForegroundSecondary" + app:srcCompat="@drawable/ic_close" /> </LinearLayout>