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

Commit 55520cf4 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5386257 from f669a3bd to qt-release

Change-Id: Iac67aae2ecdfec9dd960da49624cd10cea351b9e
parents 3afef341 f669a3bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
    settings-contextual-card-protos-lite \
    contextualcards \
    settings-logtags \
    statsdprotolite \
    zxing-core-1.7

LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+318 −302

File changed.

Preview size limit exceeded, changes collapsed.

+1 −2
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@
        android:id="@+id/collapse_button"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/ic_expand_less"
        android:tint="?android:attr/colorAccent"/>
        android:src="@drawable/ic_expand_less"/>

</LinearLayout>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -45,8 +45,8 @@
            android:paddingTop="@dimen/homepage_condition_header_indicator_padding_top"
            android:paddingStart="@dimen/homepage_condition_header_indicator_padding_start"
            android:paddingEnd="@dimen/homepage_condition_header_indicator_padding_end"
            android:src="@*android:drawable/ic_expand_more"
            android:tint="?android:attr/colorAccent"/>
            android:src="@drawable/ic_expand_more_inverse"
            android:tint="?android:attr/colorControlNormal"/>

    </LinearLayout>

+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
            android:layout_height="wrap_content"
            android:layout_gravity="center_vertical"
            android:animateLayoutChanges="true"
            android:importantForAccessibility="no"
            style="@style/SliceViewStyle"/>

        <!--dismissal view-->
Loading