summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2018-05-04 19:31:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-04 19:31:59 +0000
commit95c2775dd2b77f9fce454d655d2b23ed700d7f22 (patch)
tree153afb6bbe51ce60e917137aef7105818209e2e4 /java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml
parent6d3dc51922aab8d3dd541a73fdc678c3a618531d (diff)
parentb3bd5f5c9687feaa795dc630a88790ccf6e7e99e (diff)
Merge "Tuned Speed Dial UI according to red lines."
Diffstat (limited to 'java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml')
-rw-r--r--java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml b/java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml
new file mode 100644
index 000000000..a743cccff
--- /dev/null
+++ b/java/com/android/dialer/speeddial/res/layout/disambig_dialog_divider.xml
@@ -0,0 +1,23 @@
+<?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
+ -->
+<View
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="1dp"
+ android:layout_marginTop="8dp"
+ android:layout_marginBottom="8dp"
+ android:background="#12000000"/> \ No newline at end of file