文件预览:listview_ttsplayrule.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<cc.winboll.studio.mymessagemanager.views.TTSRuleView
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cardCornerRadius="12dp"
app:cardElevation="5dp"
app:cardUseCompatPadding="true"
android:elevation="5dp"
android:translationZ="5dp"
android:clickable="true"
android:foreground="?android:attr/selectableItemBackground"
app:cardBackgroundColor="@color/colorAccent"
android:id="@+id/listviewttsplayruleTTSRuleView1">
<include
layout="@layout/item_ttsplayrule"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</cc.winboll.studio.mymessagemanager.views.TTSRuleView>
</LinearLayout>
返回目录