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

Commit fc14d796 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set visibility of buttons to Gone in entity header"

parents 103e62a1 32795cdd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -72,7 +72,6 @@
    </LinearLayout>

    <LinearLayout
        android:id="@+id/entity_header_links"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_centerVertical="true"
@@ -85,6 +84,7 @@
            android:layout_width="wrap_content"
            android:layout_weight="1"
            android:layout_height="0dp"
            android:visibility="gone"
            android:minWidth="24dp"
            android:src="@null"
            android:tint="?android:attr/colorAccent"/>
@@ -95,6 +95,7 @@
            android:layout_width="wrap_content"
            android:layout_weight="1"
            android:layout_height="0dp"
            android:visibility="gone"
            android:minWidth="24dp"
            android:src="@null"
            android:tint="?android:attr/colorAccent"/>