Commit 5f71dc98 by han xu

UI 调整

parent ba283f1d
...@@ -184,7 +184,7 @@ public interface UserService2 { ...@@ -184,7 +184,7 @@ public interface UserService2 {
* *
* @return * @return
*/ */
@GET(Constants.API_7100 + "/engineerCertificate") @GET(Constants.API_7100 + "/engineerCertificate/byEngineer")
Observable<BaseResponse<BasePageBean<SelfLicenceBean>>> getSelfLicence(@Query("engineerId") int engineerId, Observable<BaseResponse<BasePageBean<SelfLicenceBean>>> getSelfLicence(@Query("engineerId") int engineerId,
@Query("page") int page, @Query("page") int page,
@Query("pageSize") int pageSize); @Query("pageSize") int pageSize);
......
...@@ -31,6 +31,8 @@ ...@@ -31,6 +31,8 @@
android:id="@+id/tv_title" android:id="@+id/tv_title"
style="@style/sale_item_text" style="@style/sale_item_text"
android:text="title" android:text="title"
android:inputType="textMultiLine"
android:maxLines="2"
android:textStyle="bold" /> android:textStyle="bold" />
<TextView <TextView
...@@ -38,6 +40,8 @@ ...@@ -38,6 +40,8 @@
style="@style/sale_item_text" style="@style/sale_item_text"
android:layout_marginTop="10dp" android:layout_marginTop="10dp"
android:text="" android:text=""
android:inputType="textMultiLine"
android:maxLines="2"
/> />
</LinearLayout> </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