Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: ui/android/java/res/layout/color_picker_dialog_title.xml

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)
Patch Set: add owners Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/android/java/res/layout/color_picker_dialog_content.xml ('k') | ui/android/java/res/values/colors.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/layout/color_picker_dialog_title.xml
diff --git a/ui/android/java/res/layout/color_picker_dialog_title.xml b/ui/android/java/res/layout/color_picker_dialog_title.xml
deleted file mode 100644
index 52aa08eb8fb53cf257d44e50d02c0bee21d61ddc..0000000000000000000000000000000000000000
--- a/ui/android/java/res/layout/color_picker_dialog_title.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?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.
--->
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:paddingBottom="15dp"
- android:paddingStart="20dp"
- android:paddingEnd="20dp"
- android:paddingTop="15dp" >
-
- <TextView
- android:id="@+id/title"
- style="?android:attr/textAppearanceLarge"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_toStartOf="@+id/selected_color_view_border"
- android:layout_centerVertical="true"
- android:textColor="#33B5E5"
- android:ellipsize="end"
- android:singleLine="true" />
-
- <FrameLayout
- android:layout_width="40dp"
- android:layout_height="40dp"
- android:layout_alignParentEnd="true"
- android:id="@+id/selected_color_view_border"
- android:background="@drawable/color_picker_border"
- android:padding="2dp">
-
- <View
- android:id="@+id/selected_color_view"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/black" />
- </FrameLayout>
-
-</RelativeLayout>
« no previous file with comments | « ui/android/java/res/layout/color_picker_dialog_content.xml ('k') | ui/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698