aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground/res/layout
diff options
context:
space:
mode:
authorYabin Huang <yabinh@google.com>2020-07-24 14:38:22 -0700
committerYabin Huang <yabinh@google.com>2020-07-24 14:38:22 -0700
commitc86babb1c3b56384c407e5b65c619285ce3f3abf (patch)
treea00ba5c8f7b06b7ccfe9a0f5b94e7cc07d330d2b /RotaryPlayground/res/layout
parent41af77ce3fcd704f6738f8edf9ffc1de3a7be4d4 (diff)
downloadtests-c86babb1c3b56384c407e5b65c619285ce3f3abf.tar.gz
Remove focus highlight
Bug: 162026203 Test: manual Change-Id: I67447250e31e4539fc17181c497baa764eba344c
Diffstat (limited to 'RotaryPlayground/res/layout')
-rw-r--r--RotaryPlayground/res/layout/rotary_direct_manipulation.xml3
-rw-r--r--RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml6
2 files changed, 3 insertions, 6 deletions
diff --git a/RotaryPlayground/res/layout/rotary_direct_manipulation.xml b/RotaryPlayground/res/layout/rotary_direct_manipulation.xml
index 6f6990e..a38cbe0 100644
--- a/RotaryPlayground/res/layout/rotary_direct_manipulation.xml
+++ b/RotaryPlayground/res/layout/rotary_direct_manipulation.xml
@@ -63,8 +63,7 @@
<SeekBar
android:id="@+id/seek_bar"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/seek_bar_background">
+ android:layout_height="wrap_content">
</SeekBar>
<RadialTimePickerView
android:id="@+id/radial_time_picker"
diff --git a/RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml b/RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml
index 9e30a1d..37782f9 100644
--- a/RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml
+++ b/RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml
@@ -46,8 +46,7 @@ RotaryController#TREAT_APP_WINDOW_AS_SYSTEM_WINDOW constant to true.
<SeekBar
android:id="@+id/direct_manipulation_supported_seek_bar"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/seek_bar_background">
+ android:layout_height="wrap_content">
</SeekBar>
<RadialTimePickerView
android:id="@+id/direct_manipulation_supported_radial_time_picker"
@@ -72,8 +71,7 @@ RotaryController#TREAT_APP_WINDOW_AS_SYSTEM_WINDOW constant to true.
<SeekBar
android:id="@+id/direct_manipulation_unsupported_seek_bar"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@drawable/seek_bar_background">
+ android:layout_height="wrap_content">
</SeekBar>
<RadialTimePickerView
android:id="@+id/direct_manipulation_unsupported_radial_time_picker"