| | |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp" |
| | | android:text="功能" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" /> |
| | | |
| | | <!-- 设置选项 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 取录与反馈 --> |
| | | <!-- 设置其他提醒 --> |
| | | <RelativeLayout |
| | | android:id="@+id/settings_reminder_other" |
| | | style="@style/SettingsItem"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:text="设置其他提醒" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 联系与反馈 --> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp" |
| | | android:text="取录与反馈" |
| | | android:text="联系与反馈" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" /> |
| | | |
| | | <!-- 关于小红书 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 邮件联系 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 意见与反馈 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 分享给好友 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 其他区域标题 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:padding="8dp" |
| | | android:text="其他" |
| | | android:textStyle="bold" |
| | | android:textSize="14sp" /> |
| | | |
| | | <!-- 隐私协议 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | <!-- 如何使用 --> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:src="@android:drawable/ic_menu_more" /> |
| | | android:src="@drawable/right_forward" /> |
| | | </RelativeLayout> |
| | | |
| | | </LinearLayout> |