Fix reader buttons
This commit is contained in:
parent
2f32aa6984
commit
0936d4b844
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_autoscroll_help"
|
android:id="@+id/eh_autoscroll_help"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="\?"
|
android:text="\?"
|
||||||
@ -118,7 +118,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_retry_all"
|
android:id="@+id/eh_retry_all"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
@ -127,7 +127,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_retry_all_help"
|
android:id="@+id/eh_retry_all_help"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="\?"
|
android:text="\?"
|
||||||
@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_boost_page"
|
android:id="@+id/eh_boost_page"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
@ -145,7 +145,7 @@
|
|||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/eh_boost_page_help"
|
android:id="@+id/eh_boost_page_help"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="\?"
|
android:text="\?"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/expand_eh_button"
|
android:id="@+id/expand_eh_button"
|
||||||
style="?android:attr/borderlessButtonStyle"
|
style="@style/Widget.MaterialComponents.Button.TextButton"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:padding="0dp"
|
android:padding="0dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user