[Sound Panel] Set inset for button background
add inset for button of Sound panel, to prevent truncated when set Display/Font size to biggest. attached screenshots in bug. Test: Verified on device Bug: 252952472 Change-Id: I407d4d6cdac47cfcc63470aa8b5d4e5817e1705b
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
android:id="@+id/see_more"
|
||||
style="@style/PanelOptionRoundedOutlinedButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="36dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="0dp"
|
||||
android:text="@string/settings_button"/>
|
||||
|
||||
@@ -130,7 +130,7 @@
|
||||
android:id="@+id/done"
|
||||
style="@style/PanelOptionRoundedSolidButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="36dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:minWidth="0dp"
|
||||
android:text="@string/done"/>
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user