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

Commit e3e73871 authored by Fan Zhang's avatar Fan Zhang
Browse files

Remove second_button from condition tile. It's never used.

Change-Id: I69e50d3b777d36731eee024a437facdab67e7ffa
Fixes: 117823082
Test: visual
parent 0d0eec6d
Loading
Loading
Loading
Loading
+9 −13
Original line number Original line Diff line number Diff line
@@ -15,7 +15,8 @@
     limitations under the License.
     limitations under the License.
-->
-->


<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/content"
    android:id="@+id/content"
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_height="wrap_content"
@@ -78,15 +79,10 @@
            android:textColor="?android:attr/textColorPrimary"
            android:textColor="?android:attr/textColorPrimary"
            style="?android:attr/buttonBarButtonStyle"/>
            style="?android:attr/buttonBarButtonStyle"/>


        <Button
        <Space
            android:id="@+id/second_action"
            android:layout_width="0dp"
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:layout_weight="1"/>
            android:alpha=".8"
            android:textAlignment="viewStart"
            android:textColor="?android:attr/textColorPrimary"
            style="?android:attr/buttonBarButtonStyle" />


    </androidx.appcompat.widget.ButtonBarLayout>
    </androidx.appcompat.widget.ButtonBarLayout>