Skip to content

Commit a71fa9b

Browse files
fix
1 parent cb34a57 commit a71fa9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

V2rayNG/app/src/main/res/layout/activity_main.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222

223223
<com.google.android.material.card.MaterialCardView
224224
android:layout_width="0dp"
225-
android:layout_height="50dp"
225+
android:layout_height="wrap_content"
226226
android:layout_weight="1"
227227
app:cardBackgroundColor="?colorCard"
228228
app:cardCornerRadius="28dp"
@@ -244,7 +244,7 @@
244244
android:id="@+id/tab_group"
245245
android:background="@android:color/transparent"
246246
android:layout_width="match_parent"
247-
android:layout_height="match_parent"
247+
android:layout_height="40dp"
248248
app:tabIndicator="@drawable/uwu_tabs_rounded_indicator"
249249
app:tabIndicatorAnimationMode="elastic"
250250
app:tabIndicatorColor="?colorPrimary"

0 commit comments

Comments
 (0)