Fix traffic card shadow

This commit is contained in:
iKirby 2023-08-15 20:00:24 +08:00 committed by GitHub
parent 8147ec71da
commit 5c83178747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,9 +90,8 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -121,8 +120,6 @@
</LinearLayout>
</LinearLayout>
@ -183,9 +180,8 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -214,8 +210,6 @@
</LinearLayout>
</LinearLayout>
@ -230,16 +224,12 @@
android:id="@+id/trafficContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginTop="16dp"
android:clipChildren="false"
android:orientation="horizontal"
android:visibility="gone"
tools:visibility="visible">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:orientation="horizontal">
<com.google.android.material.card.MaterialCardView
style="?attr/materialCardViewElevatedStyle"
android:layout_width="match_parent"
@ -289,9 +279,8 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -320,8 +309,6 @@
</LinearLayout>
</LinearLayout>
@ -382,9 +369,8 @@
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -413,8 +399,6 @@
</LinearLayout>
</LinearLayout>
@ -426,8 +410,6 @@
</LinearLayout>
</LinearLayout>
<com.google.android.material.card.MaterialCardView
android:id="@+id/profileCard"
style="?attr/materialCardViewElevatedStyle"