Skip to content

Commit

Permalink
Changed order subtitle and toolbar otherwise on some devices toolbar …
Browse files Browse the repository at this point in the history
…partially covers subtitile
  • Loading branch information
kidinov committed Jan 17, 2025
1 parent 1b71885 commit eabfc03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WooCommerce/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
android:layout_height="@dimen/expanded_toolbar_height"
app:titleEnabled="true">

<include
android:id="@+id/toolbar"
layout="@layout/view_toolbar" />

<TextView
android:id="@+id/toolbar_subtitle"
style="@style/Woo.TextView.Subtitle1.ToolbarSubtitle"
Expand All @@ -39,10 +43,6 @@
android:visibility="gone"
tools:text="Subtitle shop name"
tools:visibility="visible" />

<include
android:id="@+id/toolbar"
layout="@layout/view_toolbar" />
</com.google.android.material.appbar.CollapsingToolbarLayout>

<View
Expand Down

0 comments on commit eabfc03

Please sign in to comment.