|
|
@ -16,6 +16,7 @@ |
|
|
|
android:elevation="@dimen/default_elevation" |
|
|
|
android:elevation="@dimen/default_elevation" |
|
|
|
app:dividerVisible="invisible" |
|
|
|
app:dividerVisible="invisible" |
|
|
|
app:text="@string/control_point" |
|
|
|
app:text="@string/control_point" |
|
|
|
|
|
|
|
app:text_color="@color/text_color_1" |
|
|
|
app:text_size="@dimen/middle_text" /> |
|
|
|
app:text_size="@dimen/middle_text" /> |
|
|
|
|
|
|
|
|
|
|
|
<com.bingce.controlnetwork.ui.widget.TextItemWithMore |
|
|
|
<com.bingce.controlnetwork.ui.widget.TextItemWithMore |
|
|
@ -27,6 +28,7 @@ |
|
|
|
android:elevation="@dimen/default_elevation" |
|
|
|
android:elevation="@dimen/default_elevation" |
|
|
|
app:dividerVisible="invisible" |
|
|
|
app:dividerVisible="invisible" |
|
|
|
app:text="@string/unknown_point" |
|
|
|
app:text="@string/unknown_point" |
|
|
|
|
|
|
|
app:text_color="@color/text_color_1" |
|
|
|
app:text_size="@dimen/middle_text" /> |
|
|
|
app:text_size="@dimen/middle_text" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
@ -44,7 +46,8 @@ |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_height="wrap_content" |
|
|
|
android:layout_marginStart="30dp" |
|
|
|
android:layout_marginStart="30dp" |
|
|
|
android:text="@string/surveyor_station_list" |
|
|
|
android:text="@string/surveyor_station_list" |
|
|
|
android:textSize="@dimen/middle_text" /> |
|
|
|
android:textSize="@dimen/middle_text" |
|
|
|
|
|
|
|
app:text_color="@color/text_color_1" /> |
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
<LinearLayout |
|
|
|
android:id="@+id/cycle_layout" |
|
|
|
android:id="@+id/cycle_layout" |
|
|
@ -64,6 +67,7 @@ |
|
|
|
android:ellipsize="end" |
|
|
|
android:ellipsize="end" |
|
|
|
android:gravity="center_vertical|end" |
|
|
|
android:gravity="center_vertical|end" |
|
|
|
android:maxLines="1" |
|
|
|
android:maxLines="1" |
|
|
|
|
|
|
|
app:text_color="@color/text_color_1" |
|
|
|
tools:text="" /> |
|
|
|
tools:text="" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
<ImageView |
|
|
@ -73,6 +77,7 @@ |
|
|
|
android:layout_margin="15dp" |
|
|
|
android:layout_margin="15dp" |
|
|
|
android:layout_marginStart="10dp" |
|
|
|
android:layout_marginStart="10dp" |
|
|
|
android:src="@drawable/ic_arrow_to_right_dark" /> |
|
|
|
android:src="@drawable/ic_arrow_to_right_dark" /> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|