1 parent cb34a57 commit a71fa9bCopy full SHA for a71fa9b
1 file changed
V2rayNG/app/src/main/res/layout/activity_main.xml
@@ -222,7 +222,7 @@
222
223
<com.google.android.material.card.MaterialCardView
224
android:layout_width="0dp"
225
- android:layout_height="50dp"
+ android:layout_height="wrap_content"
226
android:layout_weight="1"
227
app:cardBackgroundColor="?colorCard"
228
app:cardCornerRadius="28dp"
@@ -244,7 +244,7 @@
244
android:id="@+id/tab_group"
245
android:background="@android:color/transparent"
246
android:layout_width="match_parent"
247
- android:layout_height="match_parent"
+ android:layout_height="40dp"
248
app:tabIndicator="@drawable/uwu_tabs_rounded_indicator"
249
app:tabIndicatorAnimationMode="elastic"
250
app:tabIndicatorColor="?colorPrimary"
0 commit comments