Skip to content

Commit

Permalink
show the storage tab by default too
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Dec 6, 2021
1 parent 300ad82 commit 0386f01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
android:layout_height="wrap_content"
android:icon="@drawable/ic_clock_vector" />

<com.google.android.material.tabs.TabItem
android:id="@+id/tab_storage"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:icon="@drawable/ic_storage_vector" />

</com.google.android.material.tabs.TabLayout>

<com.simplemobiletools.commons.views.MyViewPager
Expand Down

0 comments on commit 0386f01

Please sign in to comment.