Show error message when inputting invalid audio sharing password.
Test: atest Bug: b/356071394 Flag: com.android.settingslib.flags.enable_le_audio_sharing Change-Id: I6e1ff6d32175ad6e4286db922645d608a2708c45
This commit is contained in:
@@ -35,6 +35,17 @@
|
||||
android:layout_marginEnd="20dp"
|
||||
android:minHeight="48dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/edit_alert_message"
|
||||
style="?android:attr/textAppearanceSmall"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="24dp"
|
||||
android:layout_marginEnd="24dp"
|
||||
android:visibility="gone"
|
||||
android:text="@string/audio_streams_main_page_password_dialog_format_alert"
|
||||
android:textColor="?android:attr/colorError" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
Reference in New Issue
Block a user