| | |
| | | |
| | | /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/sll_ll_rl_right_icon_iv" |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="@dimen/dp_16" |
| | | <LinearLayout |
| | | android:id="@+id/sll_ll_rl_right_icon_ll" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_13" |
| | | android:src="@drawable/next" /> |
| | | android:layout_marginEnd="@dimen/dp_13"> |
| | | <!--标准图标--> |
| | | <ImageView |
| | | android:id="@+id/sll_ll_rl_right_next_iv" |
| | | android:layout_width="@dimen/dp_16" |
| | | android:layout_height="@dimen/dp_16" |
| | | android:src="@drawable/next" /> |
| | | <!--特殊图标--> |
| | | <ImageView |
| | | android:id="@+id/sll_ll_rl_right_switch_iv" |
| | | android:layout_width="@dimen/dp_57" |
| | | android:layout_height="@dimen/dp_31" |
| | | android:src="@drawable/switch_on_off" |
| | | android:visibility="gone" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <!--右边备注内容,默认隐藏--> |
| | | <TextView |
| | | android:id="@+id/sll_ll_rl_right_content_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_21" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginEnd="@dimen/dp_9" |
| | | android:layout_toStartOf="@+id/sll_ll_rl_right_icon_iv" |
| | | android:layout_toStartOf="@+id/sll_ll_rl_right_icon_ll" |
| | | android:text="@string/set_nickname" |
| | | android:textColor="@color/text_7C8590" |
| | | android:textSize="@dimen/text_15" |
| | | android:visibility="gone" /> |
| | | |
| | | <!--底部的线,默认隐藏--> |
| | | <View |
| | | android:id="@+id/line_v" |
| | | android:layout_width="match_parent" |