File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
vector/src/main/res/layout Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ Tapping slightly left or right of the 30s buttons highlights the whole cell instead of registering as button presses
Original file line number Diff line number Diff line change 105105
106106 <ImageButton
107107 android : id =" @+id/fastBackwardButton"
108- android : layout_width =" 24dp "
109- android : layout_height =" 24dp "
108+ android : layout_width =" @dimen/voice_broadcast_player_button_size "
109+ android : layout_height =" @dimen/voice_broadcast_player_button_size "
110110 android : background =" @drawable/bg_rounded_button"
111111 android : contentDescription =" @string/a11y_voice_broadcast_fast_backward"
112112 android : src =" @drawable/ic_player_backward_30"
126126
127127 <ImageButton
128128 android : id =" @+id/fastForwardButton"
129- android : layout_width =" 24dp "
130- android : layout_height =" 24dp "
129+ android : layout_width =" @dimen/voice_broadcast_player_button_size "
130+ android : layout_height =" @dimen/voice_broadcast_player_button_size "
131131 android : background =" @drawable/bg_rounded_button"
132132 android : contentDescription =" @string/a11y_voice_broadcast_fast_forward"
133133 android : src =" @drawable/ic_player_forward_30"
You can’t perform that action at this time.
0 commit comments