Skip to content

Commit

Permalink
Fixed toolbar size.| #1870
Browse files Browse the repository at this point in the history
  • Loading branch information
DenBond7 committed Jun 27, 2022
1 parent fbcfe5c commit bb674db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FlowCrypt/src/main/res/layout/activity_create_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize" />
android:layout_height="wrap_content" />

</com.google.android.material.appbar.AppBarLayout>

Expand Down
2 changes: 1 addition & 1 deletion FlowCrypt/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize" />
android:layout_height="wrap_content" />

</com.google.android.material.appbar.AppBarLayout>

Expand Down

0 comments on commit bb674db

Please sign in to comment.