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

Commit a360e1e7 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Renamed attribute with abbreviated name

Renamed attribute as part of refactoring overlays.

Bug: 63751714
Test: make
Change-Id: Ia75fbf6c1dbcbd530d6b03a239b61b61719da8e0
parent f99ac67b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
             android:textStyle="normal"
             android:inputType="textPassword"
             android:textSize="16sp"
             android:textColor="?attr/bgProtectTextColor"
             android:textColor="?attr/wallpaperTextColor"
             android:textAppearance="?android:attr/textAppearanceMedium"
             android:imeOptions="flagForceAscii|actionDone"
             android:maxLength="500"
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
                    android:layout_centerHorizontal="true"
                    android:layout_marginRight="72dp"
                    androidprv:scaledTextSize="@integer/scaled_password_text_size"
                    android:textColor="?attr/bgProtectTextColor"
                    android:textColor="?attr/wallpaperTextColor"
                    android:contentDescription="@string/keyguard_accessibility_pin_area"
                    />
            <ImageButton
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="center_horizontal|top"
                android:textColor="?attr/bgProtectTextColor"
                android:textColor="?attr/wallpaperTextColor"
                android:singleLine="true"
                style="@style/widget_big_thin"
                android:format12Hour="@string/keyguard_widget_12_hours_format"
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
                    android:layout_centerHorizontal="true"
                    android:layout_marginRight="72dp"
                    androidprv:scaledTextSize="@integer/scaled_password_text_size"
                    android:textColor="?attr/bgProtectTextColor"
                    android:textColor="?attr/wallpaperTextColor"
                    android:contentDescription="@string/keyguard_accessibility_sim_pin_area"
                    />
            <ImageButton
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
                    android:layout_centerHorizontal="true"
                    android:layout_marginRight="72dp"
                    androidprv:scaledTextSize="@integer/scaled_password_text_size"
                    android:textColor="?attr/bgProtectTextColor"
                    android:textColor="?attr/wallpaperTextColor"
                    android:contentDescription="@string/keyguard_accessibility_sim_puk_area"
                    />
            <ImageButton
Loading