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

Commit 5f712cc9 authored by Ruthwar Kumar Ambeer's avatar Ruthwar Kumar Ambeer Committed by Gerrit - the friendly Code Review server
Browse files

EmergencyCall Button on Swipe Lock Screen

Keygaurd indication margin has been increased
to display EmergencyButton.

Change-Id: I5f42454e53feafe8e314b99ea23b2d904ac555ca
parent ed047b20
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -36,6 +36,15 @@
        android:textAppearance="?android:attr/textAppearanceSmall"
        android:accessibilityLiveRegion="polite" />

    <include layout="@layout/keyguard_eca"
        android:id="@+id/keyguard_selector_fade_container"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="36dp"
        android:orientation="vertical"
        android:layout_gravity="bottom|center_horizontal"
        android:gravity="center_horizontal" />

    <FrameLayout
        android:id="@+id/preview_container"
        android:layout_width="match_parent"
+1 −1
Original line number Diff line number Diff line
@@ -484,7 +484,7 @@
    <dimen name="keyguard_affordance_icon_height">24dp</dimen>
    <dimen name="keyguard_affordance_icon_width">24dp</dimen>

    <dimen name="keyguard_indication_margin_bottom">65dp</dimen>
    <dimen name="keyguard_indication_margin_bottom">90dp</dimen>

    <!-- The text size for battery level -->
    <dimen name="battery_level_text_size">12sp</dimen>