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

Commit ee35c1bd authored by Pasty Chang's avatar Pasty Chang Committed by Android (Google) Code Review
Browse files

Merge "Set suw description textview to fixed id" into qt-dev

parents c4083cec fa68ec4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
        android:orientation="vertical">

        <TextView
            android:id="@+id/message"
            android:id="@+id/sud_layout_description"
            style="@style/SudDescription.Glif"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
            android:paddingRight="0dp">

            <TextView
                android:id="@+id/message"
                android:id="@+id/sud_layout_description"
                style="@style/SudDescription.Glif"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
        android:layout_height="match_parent">

        <TextView
            android:id="@+id/detailsText"
            android:id="@+id/sud_layout_description"
            style="@style/SudDescription.Glif"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@

            <TextView
                style="@style/SudDescription.Glif"
                android:id="@+id/detailsText"
                android:id="@+id/sud_layout_description"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_marginStart="?attr/sudMarginSides"
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        android:orientation="vertical">

        <TextView
            android:id="@+id/encryption_message"
            android:id="@+id/sud_layout_description"
            style="@style/SudDescription.Glif"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
Loading