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

Commit 80cd3fcd authored by Marco Nelissen's avatar Marco Nelissen
Browse files

EffectsTest enhancements

Fix the session edit boxes, and make the effects list more readable
by translating known effect type UUIDs

Change-Id: I67e78d8d2781c5a56fa35d994bc21911d15f8715
parent 753e1280
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@
            style="@android:style/TextAppearance.Medium" />

        <EditText android:id="@+id/sessionEdit"
            android:singleLine="true"
            android:numeric="integer"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0.5"
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@
            style="@android:style/TextAppearance.Medium" />

        <EditText android:id="@+id/sessionEdit"
            android:singleLine="true"
            android:numeric="integer"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0.5"
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@
            style="@android:style/TextAppearance.Medium" />

        <EditText android:id="@+id/sessionEdit"
            android:singleLine="true"
            android:numeric="integer"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0.5"
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@
            style="@android:style/TextAppearance.Medium" />

        <EditText android:id="@+id/sessionEdit"
            android:singleLine="true"
            android:numeric="integer"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0.5"
+2 −0
Original line number Diff line number Diff line
@@ -105,6 +105,8 @@
            style="@android:style/TextAppearance.Medium" />

        <EditText android:id="@+id/sessionEdit"
            android:singleLine="true"
            android:numeric="integer"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:layout_weight="0.5"
Loading