| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/message_bottom_alarm_device_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:gravity="center" |
| | | android:text="@string/alarm_device" |
| | |
| | | android:id="@+id/message_bottom_alarm_device_line_v" |
| | | android:layout_width="18dp" |
| | | android:layout_height="3dp" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="4.5dp" |
| | | android:background="@drawable/line_view" /> |
| | | |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:gravity="center" |
| | | android:orientation="vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/message_bottom_alarm_record_title_tv" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="@dimen/dp_20" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="@dimen/dp_16" |
| | | android:gravity="center" |
| | | android:text="@string/alarm_record" |
| | |
| | | android:id="@+id/message_bottom_alarm_record_line_v" |
| | | android:layout_width="@dimen/dp_18" |
| | | android:layout_height="3dp" |
| | | android:layout_gravity="center" |
| | | android:layout_marginTop="4.5dp" |
| | | android:background="@drawable/line_view" /> |
| | | |