Fix reader buttons
This commit is contained in:
parent
2f32aa6984
commit
0936d4b844
1 changed files with 6 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue