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

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

Merge "Drop target NPE due to wrong android:theme usage" into ub-launcher3-master

parents 9f8ebbe7 15f7de83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
        android:ellipsize="end"
        android:textSize="@dimen/snackbar_max_text_size"
        android:textColor="?android:attr/textColorPrimary"
        android:theme="@style/TextTitle"/>
        style="@style/TextTitle"/>
    <TextView
        android:id="@+id/action"
        android:layout_height="@dimen/snackbar_content_height"
@@ -42,6 +42,6 @@
        android:textStyle="bold"
        android:textSize="@dimen/snackbar_max_text_size"
        android:textColor="?android:attr/colorAccent"
        android:theme="@style/TextTitle"
        style="@style/TextTitle"
        android:capitalize="sentences"/>
</merge>
 No newline at end of file