Commit 5f71dc98 by han xu

UI 调整

parent ba283f1d
......@@ -184,7 +184,7 @@ public interface UserService2 {
*
* @return
*/
@GET(Constants.API_7100 + "/engineerCertificate")
@GET(Constants.API_7100 + "/engineerCertificate/byEngineer")
Observable<BaseResponse<BasePageBean<SelfLicenceBean>>> getSelfLicence(@Query("engineerId") int engineerId,
@Query("page") int page,
@Query("pageSize") int pageSize);
......
......@@ -31,6 +31,8 @@
android:id="@+id/tv_title"
style="@style/sale_item_text"
android:text="title"
android:inputType="textMultiLine"
android:maxLines="2"
android:textStyle="bold" />
<TextView
......@@ -38,6 +40,8 @@
style="@style/sale_item_text"
android:layout_marginTop="10dp"
android:text=""
android:inputType="textMultiLine"
android:maxLines="2"
/>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment