复制 https://gitea.winboll.cc/Studio/WinBoLL_Bck20260112_122031_590.git mymessagemanager 分支最新源码。
This commit is contained in:
16
mymessagemanager/src/main/res/layout/view_smssend.xml
Normal file
16
mymessagemanager/src/main/res/layout/view_smssend.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<cc.winboll.studio.mymessagemanager.views.SMSView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
app:cardCornerRadius="12dp"
|
||||
app:cardElevation="5dp"
|
||||
app:cardUseCompatPadding="true"
|
||||
android:elevation="5dp"
|
||||
android:translationZ="5dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:attrSMSType="SEND">
|
||||
|
||||
<include layout="@layout/view_smssend_part1" />
|
||||
|
||||
</cc.winboll.studio.mymessagemanager.views.SMSView>
|
||||
Reference in New Issue
Block a user