Merge "[Sound Panel] Set inset for button background" into tm-qpr-dev am: 7ebdcf7b14
am: bae059a834
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/20288323 Change-Id: I76a7f481afc0cc3b2e8ec035ac6442ad5fb78545 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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