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

Commit 8a176e84 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use correct format to refer to android built-in ids" into main

parents 164a958a 4e073e03
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"