| | |
| | | android:layout_width="@dimen/x20" |
| | | android:layout_height="@dimen/x20" |
| | | android:src="@mipmap/icon_red_left"/> |
| | | <TextView |
| | | android:id="@+id/tv_time" |
| | | <LinearLayout |
| | | android:layout_width="@dimen/x160" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="16sp" |
| | | android:gravity="center" |
| | | android:textColor="@color/red_txt" |
| | | android:text="2017年7月13日"/> |
| | | android:orientation="vertical"> |
| | | <TextView |
| | | android:id="@+id/tv_starttime" |
| | | android:layout_width="@dimen/x160" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="16sp" |
| | | android:gravity="center" |
| | | android:textColor="@color/red_txt" |
| | | android:text="2017年7月13日"/> |
| | | <TextView |
| | | android:layout_width="@dimen/x160" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:text="至"/> |
| | | <TextView |
| | | android:id="@+id/tv_endtime" |
| | | android:layout_width="@dimen/x160" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="16sp" |
| | | android:gravity="center" |
| | | android:textColor="@color/red_txt" |
| | | android:text="2017年7月13日"/> |
| | | </LinearLayout> |
| | | <ImageView |
| | | android:id="@+id/iv_next" |
| | | android:layout_width="@dimen/x20" |
| | |
| | | android:orientation="vertical" |
| | | android:background="@mipmap/bg_head"> |
| | | <RadioGroup |
| | | android:id="@+id/rg_time" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | | android:background="@mipmap/bg_conner" |
| | | android:layout_marginTop="@dimen/x16" |
| | | android:layout_gravity="center"> |
| | | <RadioButton |
| | | android:id="@+id/rb_week" |
| | | android:layout_width="@dimen/x80" |
| | | android:layout_height="@dimen/x30" |
| | | android:button="@null" |
| | |
| | | android:textColor="@color/rb_tv_color" |
| | | android:gravity="center" |
| | | android:textSize="16sp" |
| | | android:checked="true" |
| | | android:text="周"/> |
| | | <RadioButton |
| | | android:id="@+id/rb_month" |
| | | android:layout_width="@dimen/x80" |
| | | android:layout_height="@dimen/x30" |
| | | android:button="@null" |
| | |
| | | android:textSize="16sp" |
| | | android:text="月"/> |
| | | <RadioButton |
| | | android:id="@+id/rb_year" |
| | | android:layout_width="@dimen/x80" |
| | | android:layout_height="@dimen/x30" |
| | | android:button="@null" |
| | | android:background="@drawable/rb_bg" |
| | | android:gravity="center" |
| | | android:textSize="16sp" |
| | | android:visibility="gone" |
| | | android:textColor="@color/rb_tv_color" |
| | | android:text="年"/> |
| | | android:text="半年"/> |
| | | </RadioGroup> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |