The keyboard now showcases how one can implement a suggestion strip with some pinned suggestions on the left and the right of the strip and the strip suggestions are scrollable and well as clipped to the scroll are's bounds. Also this showcases how to toggle the layering of the suggestions to temporary amimate on top of them. Fun, fun fun :) bug:1234567 Change-Id: I7f2a6ea148de31be7cd0f13f56d72f6e5246a5f8
28 lines
886 B
XML
28 lines
886 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
**
|
|
** Copyright 2019, 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.
|
|
*/
|
|
-->
|
|
|
|
<resources>
|
|
<dimen name="text_size_normal">24dp</dimen>
|
|
<dimen name="text_size_symbol">14dp</dimen>
|
|
|
|
<dimen name="keyboard_header_height">48dp</dimen>
|
|
<dimen name="keyboard_row_height">48dp</dimen>
|
|
</resources>
|