Skip to content

Commit b89a37a

Browse files
improvement tab layout
1 parent 118b8e0 commit b89a37a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

V2rayNG/app/src/main/res/drawable/uwu_tabs_rounded_indicator.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:shape="rectangle"
44
xmlns:android="http://schemas.android.com/apk/res/android">
55
<corners
6-
android:radius="10.0dip" />
6+
android:radius="28.0dip" />
77
<solid
88
android:color="@android:color/white" />
99
</shape>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
android:layout_height="wrap_content"
217217
android:layout_weight="1"
218218
app:cardBackgroundColor="?colorCard"
219-
app:cardCornerRadius="10dp"
219+
app:cardCornerRadius="28dp"
220220
app:cardElevation="0dp"
221221
app:contentPadding="5dp"
222222
app:strokeWidth="0dp">

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="wrap_content"
44
android:layout_height="match_parent"
5-
android:paddingHorizontal="16dp"
5+
android:paddingHorizontal="8dp"
66
android:paddingVertical="8dp"
77
android:orientation="horizontal"
88
android:gravity="center_vertical">

0 commit comments

Comments
 (0)