fix: imageload download logic
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginLeft="35dp"
|
||||
android:layout_marginTop="5dp">
|
||||
android:layout_marginLeft="@dimen/dp_70"
|
||||
android:layout_marginTop="@dimen/dp_10">
|
||||
<!-- 卡片-->
|
||||
|
||||
<FrameLayout
|
||||
@@ -32,9 +32,9 @@
|
||||
android:id="@+id/module_main_id_cards_container"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginBottom="90dp"
|
||||
android:layout_marginBottom="@dimen/dp_211"
|
||||
android:clipToPadding="false"
|
||||
android:paddingBottom="10dp" />
|
||||
android:paddingBottom="@dimen/dp_20" />
|
||||
</FrameLayout>
|
||||
|
||||
<!-- 地图-->
|
||||
|
||||
Reference in New Issue
Block a user