Skip to content

Commit

Permalink
Fix displaying settings button on Galaxy S7
Browse files Browse the repository at this point in the history
  • Loading branch information
ditek committed Feb 13, 2022
1 parent f6de648 commit 4c02ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/player_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<ImageButton
android:id="@+id/btn_settings"
style="@style/ToolbarButtonStyle"
android:layout_weight="0.5"
android:layout_width="wrap_content"
android:contentDescription="@string/settings"
android:src="@drawable/ic_settings" />
</LinearLayout>
Expand Down

0 comments on commit 4c02ea6

Please sign in to comment.