Sha256: 717838bf5b9908b01e1abb6f5d86c4cf34f913c907b34583c46e0bb85464b6a7

Contents?: true

Size: 1.65 KB

Versions: 8

Compression:

Stored size: 1.65 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 android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" android:padding="15dp" xmlns:android="http://schemas.android.com/apk/res/android">
  

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

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

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

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

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