1:羽声新版本
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user