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

Commit cd6f77d4 authored by chelseahao's avatar chelseahao Committed by Chelsea Hao
Browse files

[Audiosharing] Change text color.

Bug: 356080864
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Test: atest
Change-Id: Id0882547343cb63149f8a9335b023e9f50649e07
parent e85e1c82
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -26,7 +26,8 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:minHeight="48dp"
        android:textAlignment="viewStart"/>
        android:textAlignment="viewStart"
        android:textColor="?android:attr/textColorPrimary"/>
    <EditText
        android:id="@+id/broadcast_edit_text"
        android:layout_width="match_parent"
@@ -34,11 +35,4 @@
        android:maxLength="16"
        android:minHeight="48dp"
        android:textAlignment="viewStart"/>
    <TextView
        android:id="@+id/broadcast_error_message"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="6dp"
        style="@style/TextAppearance.ErrorText"
        android:visibility="invisible"/>
</LinearLayout>
 No newline at end of file