Android 修复首页图片错位的问题
修复首页图片错位的问题
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ object ApiClient {
|
|||||||
}
|
}
|
||||||
|
|
||||||
object ApiClientConfig {
|
object ApiClientConfig {
|
||||||
private const val ConfigURL = "https://api.xxxx.com/api/" // BASE 请求配置文件地址 见说明文档
|
private const val ConfigURL = "https://vungles.com/api/test/" // BASE 请求配置文件地址 见说明文档
|
||||||
//const val ConfigNodeURL = "https://api.xxxx.com/api/parseyamlclash.php?target=clashmeta&url=" //通过香港服务器转接一次Clash转化的订阅地址
|
//const val ConfigNodeURL = "https://api.xxxx.com/api/parseyamlclash.php?target=clashmeta&url=" //通过香港服务器转接一次Clash转化的订阅地址
|
||||||
const val ConfigNodeURL = ""
|
const val ConfigNodeURL = ""
|
||||||
|
|
||||||
|
|||||||
@@ -194,8 +194,8 @@
|
|||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="0dp"
|
||||||
android:layout_marginHorizontal="16dp"/>
|
android:layout_marginHorizontal="0dp"/>
|
||||||
</androidx.cardview.widget.CardView>
|
</androidx.cardview.widget.CardView>
|
||||||
<!-- TabLayout作为页指示器 -->
|
<!-- TabLayout作为页指示器 -->
|
||||||
<com.google.android.material.tabs.TabLayout
|
<com.google.android.material.tabs.TabLayout
|
||||||
|
|||||||
Reference in New Issue
Block a user