nim_custom_dialog_list_item.xml 296 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TextView xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/custom_dialog_text_view"
  4. style="@style/custom_dialog_message_text_style"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content" />