Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 588d7a73 authored by cketti's avatar cketti
Browse files

Use theme attribute to style outlined buttons

parent 5ddffb19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

                <Button
                    android:id="@+id/show_pictures"
                    style="@style/Widget.MaterialComponents.Button.OutlinedButton"
                    style="?attr/materialButtonOutlinedStyle"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center_horizontal"
@@ -103,7 +103,7 @@
    </com.fsck.k9.view.NonLockingScrollView>

    <Button android:id="@+id/download_remainder"
        style="@style/Widget.MaterialComponents.Button.OutlinedButton"
        style="?attr/materialButtonOutlinedStyle"
        android:layout_marginHorizontal="16dp"
        android:text="@string/message_view_download_remainder"
        android:layout_height="wrap_content"