取消求助按钮换.9图,文字不显示修复

This commit is contained in:
liujing
2020-11-13 11:56:04 +08:00
parent 5721256e8a
commit b9415a6b06
2 changed files with 3 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
android:layout_height="@dimen/module_ext_operation_panel_width"
android:background="@drawable/v2x_cancel_help"
android:gravity="center"
android:padding="0dp"
android:text="前方\n实况"
android:textColor="@color/module_commons_FFF_333"
android:textSize="@dimen/v2x_cancel_help_text_size"
@@ -56,6 +57,7 @@
android:layout_marginTop="@dimen/module_entrance_id_button_marginTop"
android:background="@drawable/v2x_cancel_help"
android:gravity="center"
android:padding="0dp"
android:text="取消\n求助"
android:textColor="@color/module_commons_FFF_333"
android:textSize="@dimen/v2x_cancel_help_text_size"

View File

@@ -204,6 +204,7 @@ class V2XEventPanelFragment : MvpFragment<V2XEventPanelFragment, EventPanelPrese
}
override fun createPresenter(): EventPanelPresenter {
return EventPanelPresenter(this)
}