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

Commit 46fbb5c7 authored by Pierre Barbier de Reuille's avatar Pierre Barbier de Reuille
Browse files

Update the test appwidget for dynamic colors

Fix: 184924547
Test: Installed widget locally
Change-Id: Icb50cfd5cec053c3cbe9b25fe317ad71e0b16bf6
parent ffb976c4
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="prim"/>
            android:text="neut1"/>
        <ImageView
            android:layout_width="24dp"
            android:layout_height="24dp"
@@ -28,7 +28,7 @@
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="second"/>
            android:text="accent1"/>
        <ImageView
            android:layout_width="24dp"
            android:layout_height="24dp"
@@ -42,11 +42,11 @@
            android:layout_width="0dp"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:text="neutral"/>
            android:text="accent2"/>
        <ImageView
            android:layout_width="24dp"
            android:layout_height="24dp"
            android:background="@android:color/system_neutral2_500"/>
            android:background="@android:color/system_accent2_500"/>
    </LinearLayout>

    </LinearLayout>
 No newline at end of file