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

Commit f6d42a99 authored by Raff Tsai's avatar Raff Tsai
Browse files

Clean up styles and aliases

- Remove unused style
- Remove identical style declaration

Test: Manual, Robolectric
Change-Id: Ia98ed82e6ccd4a25af6abbc66709eda1867581ee
parent 847c0660
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
                    android:gravity="center"
                    style="@style/TextAppearance.PasswordEntry"/>

                <TextView style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText"
                <TextView style="@style/TextAppearance.ErrorText"
                    android:accessibilityLiveRegion="polite"
                    android:id="@+id/errorText"
                    android:layout_width="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
                    android:layout_gravity="center_vertical"/>

                <TextView
                    style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText"
                    style="@style/TextAppearance.ErrorText"
                    android:accessibilityLiveRegion="polite"
                    android:id="@+id/errorText"
                    android:layout_width="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
                    android:layout_weight="1" />

                <TextView
                    style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText"
                    style="@style/TextAppearance.ErrorText"
                    android:accessibilityLiveRegion="polite"
                    android:id="@+id/errorText"
                    android:layout_width="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@
                </com.google.android.setupdesign.view.FillContentLayout>

                <TextView
                    style="@style/TextAppearance.FingerprintErrorText"
                    style="@style/TextAppearance.ErrorText"
                    android:id="@+id/error_text"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@
                style="@style/TextAppearance.PasswordEntry"/>

            <TextView
                style="@style/TextAppearance.ConfirmDeviceCredentialsErrorText"
                style="@style/TextAppearance.ErrorText"
                android:accessibilityLiveRegion="polite"
                android:id="@+id/errorText"
                android:layout_width="wrap_content"
Loading