diff --git a/app/src/main/res/layout/view_read_menu.xml b/app/src/main/res/layout/view_read_menu.xml index 2dd08be5b..29421a357 100644 --- a/app/src/main/res/layout/view_read_menu.xml +++ b/app/src/main/res/layout/view_read_menu.xml @@ -71,13 +71,14 @@ android:id="@+id/ll_brightness" android:layout_width="wrap_content" android:layout_height="0dp" - android:layout_margin="16dp" + android:layout_marginLeft="16dp" + android:layout_marginTop="16dp" android:gravity="center_horizontal" android:orientation="vertical" - android:padding="6dp" app:layout_constraintBottom_toTopOf="@+id/bottom_menu" app:layout_constraintLeft_toLeftOf="parent" - app:layout_constraintTop_toBottomOf="@+id/title_bar"> + app:layout_constraintTop_toBottomOf="@+id/title_bar" + tools:ignore="RtlHardcoded">