1:羽声新版本

This commit is contained in:
2025-10-24 17:52:11 +08:00
parent 437a623f81
commit a809b02ebb
827 changed files with 25795 additions and 1193698 deletions

View File

@@ -4,7 +4,7 @@ plugins {
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
// buildToolsVersion "30.0.3"
namespace "com.tencent.qcloud.tuikit.tuiconversation"
defaultConfig {
minSdkVersion 19

View File

@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/transparent"
app:cardUseCompatPadding="true"
app:cardElevation="10dp">
<ListView
android:id="@+id/pop_menu_list"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:background="@color/transparent"