文件预览:listview_sms.xml

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> <View android:layout_width="32dp" android:layout_height="wrap_content" android:id="@+id/listviewsmsView1"/> <cc.winboll.studio.mymessagemanager.views.SMSView xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="0dp" 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="?attr/colorAccent" android:layout_weight="1.0" android:id="@+id/listviewsmsSMSView1"> <include layout="@layout/listview_sms_part1"/> </cc.winboll.studio.mymessagemanager.views.SMSView> <View android:layout_width="32dp" android:layout_height="wrap_content" android:id="@+id/listviewsmsView2"/> </LinearLayout>
返回目录