summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/common/res/drawable
diff options
context:
space:
mode:
authorEric Erfanian <erfanian@google.com>2018-07-10 18:41:39 +0000
committerEric Erfanian <erfanian@google.com>2018-07-10 18:43:37 +0000
commit31666e420ceab82b7f1cde0da01bbdf8a16f0a34 (patch)
tree4c763460dd81dcd84c1e396e5f72d2359827f03b /java/com/android/dialer/theme/common/res/drawable
parenta5fd4d95805281c4d326062eedfd8079368ede55 (diff)
Revert "UI refresh for reply with sms bottom sheet."
This reverts commit 27d7f0a5a307c15dee5a048ec36ca256fa90d1bd. Change-Id: I492d6039813499517ca2243b0e04bfea3d957233
Diffstat (limited to 'java/com/android/dialer/theme/common/res/drawable')
-rw-r--r--java/com/android/dialer/theme/common/res/drawable/bottom_sheet_background.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/java/com/android/dialer/theme/common/res/drawable/bottom_sheet_background.xml b/java/com/android/dialer/theme/common/res/drawable/bottom_sheet_background.xml
deleted file mode 100644
index 558277d42..000000000
--- a/java/com/android/dialer/theme/common/res/drawable/bottom_sheet_background.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- ~ Copyright (C) 2018 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
- -->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <corners
- android:topLeftRadius="8dp"
- android:topRightRadius="8dp"/>
- <solid android:color="?android:attr/colorBackgroundFloating"/>
-</shape> \ No newline at end of file