|
13 | 13 | xmlns:tools="http://schemas.android.com/tools" |
14 | 14 | android:layout_width="match_parent" |
15 | 15 | android:layout_height="wrap_content" |
16 | | - android:layout_marginLeft="16dp" |
| 16 | + android:layout_marginStart="@dimen/standard_margin" |
17 | 17 | android:layout_marginTop="2dp" |
18 | | - android:layout_marginRight="16dp" |
| 18 | + android:layout_marginEnd="@dimen/standard_margin" |
19 | 19 | android:layout_marginBottom="2dp"> |
20 | 20 |
|
21 | 21 | <RelativeLayout |
|
56 | 56 | <com.google.android.material.button.MaterialButton |
57 | 57 | android:id="@+id/playPauseBtn" |
58 | 58 | style="@style/Widget.AppTheme.Button.IconButton" |
59 | | - android:layout_width="48dp" |
60 | | - android:layout_height="48dp" |
| 59 | + android:layout_width="@dimen/min_size_clickable_area" |
| 60 | + android:layout_height="@dimen/min_size_clickable_area" |
61 | 61 | android:contentDescription="@string/play_pause_voice_message" |
62 | 62 | android:visibility="visible" |
63 | 63 | app:cornerRadius="@dimen/button_corner_radius" |
|
79 | 79 | android:id="@+id/playbackSpeedControlBtn" |
80 | 80 | style="@style/Widget.AppTheme.Button.IconButton" |
81 | 81 | android:layout_width="wrap_content" |
82 | | - android:layout_height="48dp" |
83 | | - android:layout_marginEnd="@dimen/standard_margin" |
| 82 | + android:layout_height="@dimen/min_size_clickable_area" |
84 | 83 | android:contentDescription="@string/playback_speed_control" |
85 | 84 | android:textColor="@color/black" |
86 | 85 | app:cornerRadius="@dimen/button_corner_radius" |
|
111 | 110 | android:layout_width="wrap_content" |
112 | 111 | android:layout_height="wrap_content" |
113 | 112 | android:layout_gravity="center" |
114 | | - android:layout_marginStart="8dp" |
| 113 | + android:layout_marginStart="@dimen/standard_half_margin" |
115 | 114 | android:alpha="0.6" |
116 | 115 | android:textColor="@color/no_emphasis_text" |
117 | 116 | tools:text="10:35" /> |
|
121 | 120 | android:layout_width="wrap_content" |
122 | 121 | android:layout_height="@dimen/message_bubble_checkmark_height" |
123 | 122 | android:layout_gravity="center" |
124 | | - android:layout_marginStart="8dp" |
| 123 | + android:layout_marginStart="@dimen/standard_half_margin" |
125 | 124 | android:contentDescription="@null" |
126 | 125 | app:tint="@color/high_emphasis_text" /> |
127 | 126 | </LinearLayout> |
|
0 commit comments