布局调整

This commit is contained in:
renhaoting 2025-11-06 19:24:32 +08:00
parent 2788a41913
commit 3c9cdb3854
2 changed files with 3 additions and 5 deletions

View File

@ -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>>*/

View File

@ -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"