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

Commit 3a01c8d8 authored by Gary Mai's avatar Gary Mai
Browse files

Make content lists gone until they've loaded

Bug: 30318643

Change-Id: I93d20a223784ae4ba262b2d6a046b88d1667514c
parent 3cf00225
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
    android:orientation="vertical"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:visibility="gone"
    android:background="?attr/contact_browser_background" >

    <!-- Shown only when an Account filter is set.
@@ -50,6 +51,7 @@
            android:paddingTop="?attr/list_item_padding_top"
            android:clipToPadding="false"
            android:fastScrollEnabled="true"
            android:visibility="gone"
            android:fadingEdge="none" />
        <ProgressBar
            android:id="@+id/search_progress"
+3 −0
Original line number Diff line number Diff line
@@ -36,4 +36,7 @@

    <!-- A big number to make sure "About contacts" always showing at the bottom of Settings.-->
    <integer name="about_contacts_order_number">100</integer>

    <!-- Duration of the animations when a contact list loads. -->
    <integer name="lists_on_load_animation_duration">190</integer>
</resources>