Skip to content

Commit 0386f01

Browse files
committed
show the storage tab by default too
1 parent 300ad82 commit 0386f01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
android:layout_height="wrap_content"
2828
android:icon="@drawable/ic_clock_vector" />
2929

30+
<com.google.android.material.tabs.TabItem
31+
android:id="@+id/tab_storage"
32+
android:layout_width="wrap_content"
33+
android:layout_height="wrap_content"
34+
android:icon="@drawable/ic_storage_vector" />
35+
3036
</com.google.android.material.tabs.TabLayout>
3137

3238
<com.simplemobiletools.commons.views.MyViewPager

0 commit comments

Comments
 (0)