ruined UI (#138)

* removed auto navbar hide

* ruined rebel's fabulous UI
This commit is contained in:
aayush262 2024-01-18 07:18:17 +05:30 committed by GitHub
parent 8142c966c0
commit 6b2ffdaf4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 52 additions and 46 deletions

View file

@ -8,7 +8,25 @@
android:id="@+id/refreshContainer"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabLayout"
android:layout_width="match_parent"
android:layout_height="48dp"
app:tabContentStart="32dp"
app:tabPaddingEnd="16dp"
app:tabPaddingStart="16dp"
app:tabTextAppearance="@style/NavBarText"
app:tabGravity="fill">
<com.google.android.material.tabs.TabItem
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Anime Queue(WIP)"/>
<com.google.android.material.tabs.TabItem
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Manga Queue(WIP)"/>
</com.google.android.material.tabs.TabLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"