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

Commit 4e073e03 authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Use correct format to refer to android built-in ids

Bug: 402036473
Test: local tested
Flag: EXEMPT low risk syntax update

Change-Id: Ibe1c6dcc43c15301d6e4d2cfe513b6c0e9f90933
parent 257614fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
        android:gravity="center_vertical">

        <ImageView
            android:id="@+android:id/icon"
            android:id="@android:id/icon"
            android:layout_width="24dip"
            android:layout_height="24dip"
            android:layout_gravity="center"
@@ -52,7 +52,7 @@
            android:layout_marginBottom="6dp"
            android:layout_weight="1">

            <TextView android:id="@+android:id/title"
            <TextView android:id="@android:id/title"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:singleLine="true"
@@ -60,7 +60,7 @@
                android:ellipsize="marquee"
                android:fadingEdge="horizontal" />

            <TextView android:id="@+android:id/summary"
            <TextView android:id="@android:id/summary"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_below="@android:id/title"