布局调整
This commit is contained in:
parent
2788a41913
commit
3c9cdb3854
|
|
@ -191,13 +191,11 @@ interface ChatService {
|
|||
@Part file: MultipartBody.Part): ResponseNew<Any>*/
|
||||
|
||||
|
||||
/*
|
||||
@POST(BuildConfig.API_BASE + "/file/bgImage/list")
|
||||
suspend fun requestChatBgList(@Body userId: ParamUserid): ResponseNew<List<ChatBackgroundBase.ChatBackground>>
|
||||
*/
|
||||
@FormUrlEncoded
|
||||
/*@FormUrlEncoded
|
||||
@POST(BuildConfig.API_BASE + "/file/bgImage/list")
|
||||
suspend fun requestChatBgList(@Field("userId") userId: Int): ResponseNew<List<ChatBackgroundBase.ChatBackground>>
|
||||
suspend fun requestChatBgList(@Field("userId") userId: Int): ResponseNew<List<ChatBackgroundBase.ChatBackground>>*/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@+id/colorIndicator"
|
||||
android:layout_toRightOf="@+id/iv_ai_indi"
|
||||
android:layout_toLeftOf="@+id/selectedDot"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginHorizontal="@dimen/dp_7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue