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

Unified Diff: chrome/android/java/res/layout/password_generation_popup_explanation.xml

Issue 606153002: [android] Password generation UI for android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove platform guards. Created 6 years, 2 months 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 | « no previous file | chrome/android/java/res/layout/password_generation_popup_suggestion.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/password_generation_popup_explanation.xml
diff --git a/chrome/android/java/res/layout/password_generation_popup_explanation.xml b/chrome/android/java/res/layout/password_generation_popup_explanation.xml
new file mode 100644
index 0000000000000000000000000000000000000000..03a270be21cff6d3bb5dde3420ecd1c9bc72c894
--- /dev/null
+++ b/chrome/android/java/res/layout/password_generation_popup_explanation.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2014 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="wrap_content"
+ android:layout_height="wrap_content">
+
+ <TextView android:id="@+id/password_generation_explanation"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:paddingTop="@dimen/password_generation_text_vertical_margin"
+ android:paddingBottom="@dimen/password_generation_text_vertical_margin"
+ android:paddingStart="@dimen/password_generation_horizontal_margin"
+ android:paddingEnd="@dimen/password_generation_horizontal_margin"
+ android:includeFontPadding="false"
+ android:textColor="@color/password_generation_explanation_text_color"
+ android:textSize="@dimen/password_generation_text_size"/>
+
+</RelativeLayout>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/password_generation_popup_suggestion.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698