Sha256: 4dd9d6f2d3a97ac056026bac15d54137807a78010d8f1c36e7e8198d2a629457

Contents?: true

Size: 1.54 KB

Versions: 8

Compression:

Stored size: 1.54 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2015 The Chromium Authors. All rights reserved.
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file. -->
<LinearLayout android:background="@drawable/autofill_chip_inset" android:layout_height="@dimen/keyboard_accessory_height" android:layout_width="wrap_content" android:paddingLeft="@dimen/keyboard_accessory_padding" android:paddingRight="@dimen/keyboard_accessory_padding" xmlns:android="http://schemas.android.com/apk/res/android">
  

    
  <TextView android:drawablePadding="@dimen/keyboard_accessory_half_padding" android:ellipsize="end" android:fontFamily="sans-serif-medium" android:gravity="center_vertical" android:id="@+id/autofill_keyboard_accessory_item_label" android:layout_height="match_parent" android:layout_width="wrap_content" android:minWidth="@dimen/keyboard_accessory_chip_height" android:paddingLeft="@dimen/keyboard_accessory_half_padding" android:paddingRight="@dimen/keyboard_accessory_half_padding" android:singleLine="true" android:textColor="#333" android:textSize="@dimen/keyboard_accessory_text_size"/>
  

    
  <TextView android:ellipsize="end" android:gravity="center_vertical" android:id="@+id/autofill_keyboard_accessory_item_sublabel" android:layout_height="match_parent" android:layout_width="wrap_content" android:paddingRight="@dimen/keyboard_accessory_half_padding" android:singleLine="true" android:textColor="#646464" android:textSize="@dimen/keyboard_accessory_text_size" android:visibility="gone"/>
  


</LinearLayout>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rho-tau-extensions-7.6.0 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-7.4.1 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-7.1.17 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-6.2.0 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-6.0.11 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-6.0.0 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-5.5.18 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml
rho-tau-extensions-5.5.17 libs/crosswalk/ext/platform/android/adds/res/layout/autofill_keyboard_accessory_item.xml