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

Commit fa68ec4f authored by pastychang's avatar pastychang Committed by Pasty Chang
Browse files

Set suw description textview to fixed id

Heavy theme supports to costomize description text style. Modify it to fixed id
that can be customized by partner resource.

Heavy theme screenshot: https://screenshot.googleplex.com/TL4M7wmTaPg
Set fixed id screenshot: https://screenshot.googleplex.com/CA6QHoNTQBZ

Test: atest
Bug: 121988926
Change-Id: I8882acd49e7d57f24afa9dd6f3e9abfd06556053
parent 86b6be07
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