mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Improve dashboard page
This commit is contained in:
parent
b55145563f
commit
0f9441c650
1 changed files with 3 additions and 2 deletions
|
@ -14,10 +14,11 @@
|
||||||
|
|
||||||
<com.google.android.material.tabs.TabLayout
|
<com.google.android.material.tabs.TabLayout
|
||||||
android:id="@+id/dashboardTabLayout"
|
android:id="@+id/dashboardTabLayout"
|
||||||
|
style="@style/Widget.Material3.TabLayout.Secondary"
|
||||||
|
android:background="?android:attr/windowBackground"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
app:tabUnboundedRipple="true"
|
||||||
android:layout_marginEnd="16dp"
|
|
||||||
app:tabIndicatorFullWidth="true">
|
app:tabIndicatorFullWidth="true">
|
||||||
|
|
||||||
<com.google.android.material.tabs.TabItem
|
<com.google.android.material.tabs.TabItem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue