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

Commit 58e1b52d authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Update the name of header styles

Bug: 136179649
Change-Id: Ifbf369295495a739775a4b061306514e3a9c15cf
parent ec66598e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@
            android:visibility="gone">
            <TextView
                android:id="@+id/error_message"
                style="@style/HeaderTextAppearance"
                style="@style/TitleTextAppearance"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
                android:layout_gravity="center"
                android:layout_margin="10dp"
                android:textAlignment="center"
                android:textAppearance="@style/HeaderTextAppearance"/>
                android:textAppearance="@style/TitleTextAppearance"/>

            <androidx.recyclerview.widget.RecyclerView
                android:id="@+id/options_container"
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
                android:layout_gravity="center"
                android:layout_margin="10dp"
                android:textAlignment="center"
                android:textAppearance="@style/HeaderTextAppearance"/>
                android:textAppearance="@style/TitleTextAppearance"/>

            <FrameLayout
                android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@
            android:visibility="gone">
            <TextView
                android:id="@+id/error_message"
                style="@style/HeaderTextAppearance"
                style="@style/TitleTextAppearance"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
            android:visibility="gone">
            <TextView
                android:id="@+id/error_message"
                style="@style/HeaderTextAppearance"
                style="@style/TitleTextAppearance"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_gravity="center"
Loading