| | |
| | | android:src="@drawable/up" /> |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | |
| | | <!-- 选择提醒方式部分 --> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="16dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="如果没有获取授权短信通知,需要手动打开" |
| | | android:textColor="#000000" |
| | | android:textSize="16sp" /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <!-- 通知卡片 --> |
| | | <androidx.cardview.widget.CardView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="8dp" |
| | | app:cardCornerRadius="8dp" |
| | | app:cardElevation="2dp"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:padding="8dp"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:text="点击允许通知" |
| | | android:textSize="14sp" |
| | | android:gravity="end"/> |
| | | |
| | | </LinearLayout> |
| | | |
| | | <!-- 简化的通知图片 --> |
| | | <ImageView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="120dp" |
| | | android:layout_marginTop="8dp" |
| | | android:adjustViewBounds="true" |
| | | android:background="#F8F8F8" |
| | | android:contentDescription="通知示例" |
| | | android:padding="8dp" |
| | | android:src="@drawable/message_notification" /> |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </LinearLayout> |
| | | |
| | | |
| | |
| | | android:textSize="18sp" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | </LinearLayout> |