Fix reader buttons

This commit is contained in:
Jobobby04 2021-12-12 20:39:00 -05:00
parent 2f32aa6984
commit 0936d4b844

View File

@ -101,7 +101,7 @@
<Button
android:id="@+id/eh_autoscroll_help"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:text="\?"
@ -118,7 +118,7 @@
<Button
android:id="@+id/eh_retry_all"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
@ -127,7 +127,7 @@
<Button
android:id="@+id/eh_retry_all_help"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:text="\?"
@ -136,7 +136,7 @@
<Button
android:id="@+id/eh_boost_page"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
@ -145,7 +145,7 @@
<Button
android:id="@+id/eh_boost_page_help"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="40dp"
android:layout_height="wrap_content"
android:text="\?"
@ -157,7 +157,7 @@
<ImageButton
android:id="@+id/expand_eh_button"
style="?android:attr/borderlessButtonStyle"
style="@style/Widget.MaterialComponents.Button.TextButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="0dp"