[Audiosharing] Change text color.

Bug: 356080864
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Test: atest
Change-Id: Id0882547343cb63149f8a9335b023e9f50649e07
This commit is contained in:
chelseahao
2024-07-31 15:19:54 +08:00
committed by Chelsea Hao
parent e85e1c823a
commit cd6f77d432

View File

@@ -26,7 +26,8 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="48dp" android:minHeight="48dp"
android:textAlignment="viewStart"/> android:textAlignment="viewStart"
android:textColor="?android:attr/textColorPrimary"/>
<EditText <EditText
android:id="@+id/broadcast_edit_text" android:id="@+id/broadcast_edit_text"
android:layout_width="match_parent" android:layout_width="match_parent"
@@ -34,11 +35,4 @@
android:maxLength="16" android:maxLength="16"
android:minHeight="48dp" android:minHeight="48dp"
android:textAlignment="viewStart"/> 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> </LinearLayout>