Skip to content

Commit

Permalink
Issue #SB-9503 fix: Back button layout alignement fixed in android 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
subranil committed Dec 17, 2018
1 parent ee2411f commit e7dadba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res/layout/qr_scanner_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?android:attr/actionBarSize"
android:layout_height="wrap_content"
android:minHeight="?android:attr/actionBarSize"
android:background="#f3f3f5"
android:paddingEnd="16dp"
android:paddingStart="16dp"
Expand Down

0 comments on commit e7dadba

Please sign in to comment.