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

Commit d8595aed authored by csitari's avatar csitari
Browse files

Fix IntroPreference xml error tests on U devices

When running tests on U devices, the xml of IntroPreference is missing
width attribute

Fix: 390404086
Flag: NONE bug fix
Test: manually tested visual via ag/31282630 change locally
Change-Id: I78d6cd988de830841514f3b1f9f1228bded318c1
parent 325e3eb0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/entity_header"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    style="@style/SettingsLibEntityHeader">

    <LinearLayout