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

Commit a2bdcb47 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'issue_1896' into 'master'

Issue 1896

See merge request e/apps/apps!40
parents 0503a2d0 2c41908b
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -45,14 +45,13 @@

    <Button
        android:id="@+id/error_resolve"
        android:layout_width="@dimen/install_button_width"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:layout_marginTop="@dimen/layout_margin_large"
        android:background="@drawable/app_install_border"
        android:ellipsize="end"
        android:foreground="?android:selectableItemBackground"
        android:maxWidth="@dimen/install_button_width"
        android:maxLines="1"
        android:minWidth="0dp"
        android:minHeight="0dp"
@@ -61,4 +60,6 @@
        android:textColor="?android:textColorPrimaryInverse"
        android:textSize="@dimen/text_size_medium" />

    

</LinearLayout>