File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
WordPressEditor/src/main/res/layout Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2828 android : layout_width =" fill_parent"
2929 android : layout_height =" @dimen/format_bar_height"
3030 android : layout_gravity =" bottom"
31- android : layout_marginLeft =" @dimen/format_bar_left_margin"
3231 android : layout_marginRight =" @dimen/format_bar_right_margin"
33- android : orientation =" horizontal" >
32+ android : orientation =" horizontal"
33+ tools : ignore =" RtlHardcoded" >
3434
3535 <HorizontalScrollView
3636 android : layout_width =" 0dp"
4040 <LinearLayout
4141 android : layout_width =" wrap_content"
4242 android : layout_height =" wrap_content"
43- android : orientation =" horizontal" >
43+ android : layout_marginLeft =" @dimen/format_bar_left_margin"
44+ android : orientation =" horizontal"
45+ tools : ignore =" RtlHardcoded" >
4446
4547 <ToggleButton
4648 android : id =" @+id/format_bar_button_media"
You can’t perform that action at this time.
0 commit comments