Sha256: 3f360353b7a5562486cc38827810bc55f14823155e5c62eff632a3984e66b2a0

Contents?: true

Size: 1.85 KB

Versions: 8

Compression:

Stored size: 1.85 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright 2013 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 xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:padding="15dp">

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <org.chromium.ui.ColorPickerAdvanced
            android:id="@+id/color_picker_advanced"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
    </ScrollView>

    <org.chromium.ui.ColorPickerSimple
        android:id="@+id/color_picker_simple"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:divider="@color/color_picker_border_color"
        android:dividerHeight="1px"
        android:paddingStart="1px"
        android:paddingEnd="1px"
        android:paddingTop="1px"
        android:background="@drawable/color_picker_border" />

    <FrameLayout
        android:id="@+id/more_colors_button_border"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="@drawable/color_picker_border"
        android:padding="1px">

        <org.chromium.ui.ColorPickerMoreButton
            android:id="@+id/more_colors_button"
            style="?android:attr/buttonBarButtonStyle"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:minHeight="48dp"
            android:textAppearance="?android:attr/textAppearanceSmall"
            android:text="@string/color_picker_button_more" />
    </FrameLayout>
</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-v17/color_picker_dialog_content.xml
rho-tau-extensions-7.4.1 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-7.1.17 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-6.2.0 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-6.0.11 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-6.0.0 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-5.5.18 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml
rho-tau-extensions-5.5.17 libs/crosswalk/ext/platform/android/adds/res/layout-v17/color_picker_dialog_content.xml