summaryrefslogtreecommitdiff
path: root/res/layout/toolbar.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2018-12-18 11:56:53 -0800
committerJustin Klaassen <justinklaassen@google.com>2019-02-08 10:51:48 -0800
commit8caf6b4a41d462a403c47046ff1399c758613644 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /res/layout/toolbar.xml
parent7265aa3a922a7e7c0389dae4b26cca562aa777a6 (diff)
downloadExactCalculator-main.tar.gz
ExactCalculator is no longer a supported module. If you wish to see the historical source code please check out a prior release branch. Bug: 120905067 Test: lunch aosp_arm64 && make -j8 Merged-In: I2990bccfff3ecd058200e00cc470e6f575460b0c Change-Id: I944e99431092d7d6c3f03164d107f5bf8cde908a
Diffstat (limited to 'res/layout/toolbar.xml')
-rw-r--r--res/layout/toolbar.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/res/layout/toolbar.xml b/res/layout/toolbar.xml
deleted file mode 100644
index 56f05b6..0000000
--- a/res/layout/toolbar.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright (C) 2016 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.
- -->
-
-<Toolbar
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="?android:attr/actionBarSize"
- android:layout_gravity="top">
-
- <TextView
- android:id="@+id/mode"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:fontFamily="sans-serif-medium"
- android:textAllCaps="true"
- android:textSize="16sp" />
-
-</Toolbar> \ No newline at end of file