Skip to content

Commit

Permalink
Fix MediaSendActivity send button metrics and positioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal committed Oct 18, 2019
1 parent 88f2b67 commit f9f9ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions res/layout/mediasend_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@

<org.thoughtcrime.securesms.components.SendButton
android:id="@+id/mediasend_send_button"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="6dp"
android:paddingEnd="6dp"
android:paddingBottom="6dp"
android:paddingStart="11dp"
android:paddingStart="6dp"
android:scaleType="fitCenter"
android:contentDescription="@string/conversation_activity__send"
android:tint="@color/white"
android:tint="@color/core_white"
app:srcCompat="?conversation_transport_sms_indicator"
android:background="@drawable/circle_touch_highlight_background" />

Expand Down

0 comments on commit f9f9ae6

Please sign in to comment.