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

Commit df83b8cf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Renamed attribute with abbreviated name" into oc-dr1-dev

parents 560acb04 a360e1e7
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