mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Improve: Tab Textsize matches Body
Fix: Padding in product item
This commit is contained in:
parent
070ec76d0c
commit
da21849e5b
@ -4,7 +4,6 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="72dp"
|
android:layout_height="72dp"
|
||||||
android:paddingHorizontal="10dp"
|
|
||||||
app:cardBackgroundColor="?android:attr/colorBackground"
|
app:cardBackgroundColor="?android:attr/colorBackground"
|
||||||
app:cardCornerRadius="@dimen/shape_large_corner"
|
app:cardCornerRadius="@dimen/shape_large_corner"
|
||||||
app:cardElevation="0dp"
|
app:cardElevation="0dp"
|
||||||
@ -13,6 +12,7 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:paddingHorizontal="10dp"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
|
@ -84,6 +84,7 @@
|
|||||||
<style name="Theme.Tab" parent="Widget.Material3.TabLayout">
|
<style name="Theme.Tab" parent="Widget.Material3.TabLayout">
|
||||||
<item name="tabTextColor">@color/tab_text_color</item>
|
<item name="tabTextColor">@color/tab_text_color</item>
|
||||||
<item name="tabIndicatorColor">?android:attr/textColorPrimary</item>
|
<item name="tabIndicatorColor">?android:attr/textColorPrimary</item>
|
||||||
|
<item name="tabTextAppearance">?attr/textAppearanceBody1</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="Theme.Alert" parent="ThemeOverlay.Material3.MaterialAlertDialog.Centered">
|
<style name="Theme.Alert" parent="ThemeOverlay.Material3.MaterialAlertDialog.Centered">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user