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

Commit 32795cdd authored by tmfang's avatar tmfang
Browse files

Set visibility of buttons to Gone in entity header

Since other team will use this layout, but they don't
need these buttons, so their visibility should be Gone
by default.

Test: visual
Bug: 120005054
Change-Id: I5773d35548201bdf8b60c31c11ff00609e93a0f5
parent 99e225d4
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"/>