Skip to content

Commit

Permalink
Issue #SB-9503 fix:Merge pull request #5 from subranil/release-1.13.0
Browse files Browse the repository at this point in the history
Issue #SB-9503 fix: Back button layout alignment fixed in android 4.4
  • Loading branch information
swayangjit authored Dec 17, 2018
2 parents ee2411f + e7dadba commit 83f08b5
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 83f08b5

Please sign in to comment.