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 105
105
106
106
<ImageButton
107
107
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 "
110
110
android : background =" @drawable/bg_rounded_button"
111
111
android : contentDescription =" @string/a11y_voice_broadcast_fast_backward"
112
112
android : src =" @drawable/ic_player_backward_30"
126
126
127
127
<ImageButton
128
128
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 "
131
131
android : background =" @drawable/bg_rounded_button"
132
132
android : contentDescription =" @string/a11y_voice_broadcast_fast_forward"
133
133
android : src =" @drawable/ic_player_forward_30"
You can’t perform that action at this time.
0 commit comments