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

Commit 48275d2d authored by Winson Chung's avatar Winson Chung
Browse files

Adding bouncer animation on PagedView. (Bug 7459660)

- Adding Remove text for translations.

Change-Id: Ic18188a2a3caa9dfde8785611242b1c9925f7b87
parent 9ff6d4f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
    android:paddingRight="40dp"
    android:drawableLeft="@drawable/kg_widget_delete_drop_target"
    android:drawablePadding="4dp"
    android:text="@string/kg_reordering_delete_drop_target_text"
    android:textColor="#FFF"
    android:textSize="13sp"
    android:shadowColor="#000"
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

<resources>
    <bool name="kg_enable_camera_default_widget">false</bool>
    <bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
    <bool name="kg_share_status_area">false</bool>
    <bool name="kg_sim_puk_account_full_screen">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -22,4 +22,5 @@
    <!-- No camera for you, tablet user -->
    <bool name="kg_enable_camera_default_widget">false</bool>
    <bool name="kg_center_small_widgets_vertically">true</bool>
    <bool name="kg_top_align_page_shrink_on_bouncer_visible">false</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<resources>
    <bool name="kg_enable_camera_default_widget">true</bool>
    <bool name="kg_center_small_widgets_vertically">false</bool>
    <bool name="kg_top_align_page_shrink_on_bouncer_visible">true</bool>
    <bool name="action_bar_embed_tabs">true</bool>
    <bool name="action_bar_embed_tabs_pre_jb">false</bool>
    <bool name="split_action_bar_is_narrow">true</bool>
+2 −0
Original line number Diff line number Diff line
@@ -3970,6 +3970,8 @@
    <!-- Sequence of characters used to separate message strings in keyguard. Typically just em-dash
         with spaces on either side. [CHAR LIMIT=3] -->
    <string name="kg_text_message_separator" product="default">" \u2014 "</string>
    <!-- The delete-widget drop target button text -->
    <string name="kg_reordering_delete_drop_target_text">Remove</string>

    <!-- Message shown in dialog when user is attempting to set the music volume above the
    recommended maximum level for headphones -->
Loading