Update: Repository Textfields improved

Improve: Top app-bar theme changes
This commit is contained in:
LooKeR
2021-10-20 17:06:15 +05:30
parent 15254243da
commit 662ae07d1d
8 changed files with 73 additions and 175 deletions

View File

@ -3,16 +3,15 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="?attr/colorPrimarySurface"
android:background="@drawable/background_border"
android:backgroundTint="?attr/colorPrimarySurface"
android:orientation="vertical">
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/bg_item_rounded_ripple"
android:orientation="horizontal" />
android:background="@drawable/bg_item_rounded_ripple" />
<FrameLayout
android:id="@+id/section_layout"