Legit Material3 Theming 1/5 (style/colors.xml)

Chnage Source code Icon (Touches #127)
Some code cleanups
etc... (Sry I forgot what all I did)
This commit is contained in:
LooKeR
2021-12-03 00:37:13 +05:30
parent 74d3ec194c
commit 848c5ce863
24 changed files with 393 additions and 319 deletions

View File

@ -7,9 +7,9 @@
<com.google.android.material.tabs.TabLayout
android:id="@+id/tabs"
android:backgroundTint="?attr/colorSurface"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/bg_item_rounded_ripple" />
android:layout_height="48dp" />
<com.google.android.material.circularreveal.CircularRevealFrameLayout
android:id="@+id/section_layout"
@ -20,7 +20,6 @@
android:id="@+id/section_change"
android:layout_width="match_parent"
android:layout_height="48dp"
android:background="@drawable/bg_item_rounded_ripple"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingStart="12dp"