Merge "Update data_usage_bytes_editor spinner background" into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-24 10:28:17 +00:00
committed by Android (Google) Code Review
3 changed files with 51 additions and 1 deletions

View File

@@ -39,6 +39,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:entries="@array/bytes_picker_sizes" />
android:entries="@array/bytes_picker_sizes"
style="@style/DataByteEditorSpinner"/>
</LinearLayout>