完成了UGC场景基础显示以及TTS
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
android:paddingEnd="@dimen/dp_62">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/ivFaultHelpHead"
|
||||
android:id="@+id/ivEventTypeIcon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
@@ -20,7 +20,7 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvFaultHelpName"
|
||||
android:id="@+id/tvEventUgcTitle"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
@@ -28,10 +28,10 @@
|
||||
android:textColor="@color/v2x_FFF_333"
|
||||
android:textSize="@dimen/module_v2x_event_help_title_text_size"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/ivFaultHelpHead"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/ivEventTypeIcon"
|
||||
app:layout_constraintEnd_toStartOf="@+id/ivEventReportTrue"
|
||||
app:layout_constraintStart_toEndOf="@id/ivFaultHelpHead"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivFaultHelpHead"
|
||||
app:layout_constraintStart_toEndOf="@id/ivEventTypeIcon"
|
||||
app:layout_constraintTop_toTopOf="@+id/ivEventTypeIcon"
|
||||
app:layout_constraintVertical_chainStyle="packed"
|
||||
tools:text="你刚路过的路段堵不堵?您可以直接对我说拥赌、或者不堵。" />
|
||||
|
||||
|
||||
@@ -3,13 +3,13 @@
|
||||
"expireTime":20000,
|
||||
"isShowEventButton":false,
|
||||
"location":{
|
||||
"address":"北五环(测试位置不准确)",
|
||||
"address":"北三环环球贸易中心",
|
||||
"angle":270,
|
||||
"lat":39.966668,
|
||||
"lon":116.411211
|
||||
},
|
||||
"noveltyInfo":{
|
||||
"addr":"北五环(测试位置不准确)",
|
||||
"addr":"北三环环球贸易中心",
|
||||
"canLive":false,
|
||||
"cityName":"",
|
||||
"direction":0,
|
||||
@@ -25,12 +25,12 @@
|
||||
}
|
||||
],
|
||||
"location":{
|
||||
"address":"北五环(测试位置不准确)",
|
||||
"address":"北三环环球贸易中心",
|
||||
"angle":270,
|
||||
"lat":39.966668,
|
||||
"lon":116.411211
|
||||
},
|
||||
"poiType":"10002",
|
||||
"poiType":"10006",
|
||||
"type":"CARD_TYPE_ROAD_CONDITION",
|
||||
"uploadType":"2",
|
||||
"userInfo":{
|
||||
@@ -41,5 +41,5 @@
|
||||
"userName":"零下的雨"
|
||||
}
|
||||
},
|
||||
"poiType":"10002"
|
||||
"poiType":"10006"
|
||||
}
|
||||
Reference in New Issue
Block a user