aboutsummaryrefslogtreecommitdiff
path: root/mediarouter
diff options
context:
space:
mode:
authorjiwon <shinjiwon@google.com>2018-09-14 01:23:17 +0900
committerjiwon <shinjiwon@google.com>2018-09-17 15:31:29 +0900
commitb823022be80c68b45c59e98012f071b5857b2e4a (patch)
treedfd93944fb093bd3ce518966221806c156668142 /mediarouter
parenta181d34cc411908cdc2e470379dcdd9eb3c66ec8 (diff)
downloadsupport-b823022be80c68b45c59e98012f071b5857b2e4a.tar.gz
DynamicRoute: Fix minor layout issues
Some widgets in mr_cast_group_volume_item.xml are accidentally omitted from fixing bug. This CL adds layout_marginLeft/Right to those omitted widgets. Bug: 113561753 Test: manually Change-Id: Iaf485943edd095f342cdb87338198acbd90bb167
Diffstat (limited to 'mediarouter')
-rw-r--r--mediarouter/src/main/res/layout/mr_cast_group_volume_item.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/mediarouter/src/main/res/layout/mr_cast_group_volume_item.xml b/mediarouter/src/main/res/layout/mr_cast_group_volume_item.xml
index 5e2bc1f113b..d4a4fd6e7ab 100644
--- a/mediarouter/src/main/res/layout/mr_cast_group_volume_item.xml
+++ b/mediarouter/src/main/res/layout/mr_cast_group_volume_item.xml
@@ -33,6 +33,7 @@
<ImageButton android:id="@+id/mr_cast_mute_button"
android:layout_width="24dp"
android:layout_height="24dp"
+ android:layout_marginLeft="16dp"
android:layout_marginStart="16dp"
android:layout_centerVertical="true"
android:background="?attr/selectableItemBackgroundBorderless" />
@@ -42,6 +43,7 @@
android:layout_toEndOf="@id/mr_cast_mute_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
android:layout_centerVertical="true"
android:contentDescription="@string/mr_controller_volume_slider"