aboutsummaryrefslogtreecommitdiff
path: root/RotaryPlayground
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
parent41af77ce3fcd704f6738f8edf9ffc1de3a7be4d4 (diff)
downloadtests-c86babb1c3b56384c407e5b65c619285ce3f3abf.tar.gz
Remove focus highlight
Bug: 162026203 Test: manual Change-Id: I67447250e31e4539fc17181c497baa764eba344c
Diffstat (limited to 'RotaryPlayground')
-rw-r--r--RotaryPlayground/res/drawable/seek_bar_background.xml20
-rw-r--r--RotaryPlayground/res/layout/rotary_direct_manipulation.xml3
-rw-r--r--RotaryPlayground/res/layout/rotary_sys_ui_direct_manipulation.xml6
3 files changed, 3 insertions, 26 deletions
diff --git a/RotaryPlayground/res/drawable/seek_bar_background.xml b/RotaryPlayground/res/drawable/seek_bar_background.xml
deleted file mode 100644
index 8d66a3b..0000000
--- a/RotaryPlayground/res/drawable/seek_bar_background.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2020 The Android Open Source Project
- ~
- ~ Licensed under the Apache License, Version 2.0 (the "License");
- ~ you may not use this file except in compliance with the License.
- ~ You may obtain a copy of the License at
- ~
- ~ http://www.apache.org/licenses/LICENSE-2.0
- ~
- ~ Unless required by applicable law or agreed to in writing, software
- ~ distributed under the License is distributed on an "AS IS" BASIS,
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ~ See the License for the specific language governing permissions and
- ~ limitations under the License.
- -->
-
-<ripple xmlns:android="http://schemas.android.com/apk/res/android"
- android:color="@color/car_ui_rotary_focus_color"
- android:radius="16dp" />
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"