修改分享框布局,替换相关图片资源
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
@@ -39,10 +39,12 @@
|
||||
android:drawablePadding="@dimen/share_module_tv_margin_top"
|
||||
android:gravity="center"
|
||||
android:text="上报拥堵"
|
||||
app:layout_constraintHorizontal_chainStyle="spread_inside"
|
||||
android:layout_marginStart="@dimen/dp_76"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="@dimen/share_module_item"
|
||||
android:textStyle="bold"
|
||||
android:layout_marginTop="@dimen/dp_30"
|
||||
android:layout_marginTop="@dimen/dp_64"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/vBg"
|
||||
app:layout_constraintRight_toLeftOf="@+id/tvTrafficCheck"
|
||||
app:layout_constraintTop_toBottomOf="@+id/btn_share_title" />
|
||||
@@ -86,8 +88,9 @@
|
||||
android:drawableTop="@drawable/share_seek_help"
|
||||
android:drawablePadding="@dimen/share_module_tv_margin_top"
|
||||
android:gravity="center"
|
||||
android:text="故障求助"
|
||||
android:text="发起求助"
|
||||
android:textColor="@color/white"
|
||||
android:layout_marginEnd="@dimen/dp_76"
|
||||
android:textSize="@dimen/share_module_item"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintLeft_toRightOf="@+id/tvClosure"
|
||||
@@ -102,7 +105,7 @@
|
||||
android:textColor="@color/white_40"
|
||||
android:textSize="@dimen/share_module_bottom_size"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/vBg"
|
||||
android:layout_marginTop="@dimen/dp_55"
|
||||
app:layout_constraintEnd_toEndOf="@+id/vBg"
|
||||
app:layout_constraintStart_toStartOf="@+id/vBg"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tvBlock" />
|
||||
|
||||