Fixes button color issue on some devices
This commit is contained in:
parent
dd4eb4a82d
commit
6cdcbda9a7
|
@ -155,7 +155,7 @@
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/Base.Widget.AppCompat.Button.Borderless.Colored"
|
style="@style/Base.Widget.AppCompat.Button.Borderless"
|
||||||
android:text="@string/load_attachment_spoiler" />
|
android:text="@string/load_attachment_spoiler" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -317,7 +317,7 @@
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/Base.Widget.AppCompat.Button.Borderless.Colored"
|
style="@style/Base.Widget.AppCompat.Button.Borderless"
|
||||||
android:text="@string/load_attachment" />
|
android:text="@string/load_attachment" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue