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

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

Issue 2744713003: Move "Turn on Bluetooth to allow pairing" to top-left on chooser on Android (Closed)
Patch Set: move "Turn on Bluetooth to allow pairing" to top-left on chooser on Android Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/item_chooser_dialog.xml
diff --git a/chrome/android/java/res/layout/item_chooser_dialog.xml b/chrome/android/java/res/layout/item_chooser_dialog.xml
index d1aa10d4805b2b299169e08bc454e97300af13e6..3806426052c9568c23d5ac415a0f291bbcc5bc38 100644
--- a/chrome/android/java/res/layout/item_chooser_dialog.xml
+++ b/chrome/android/java/res/layout/item_chooser_dialog.xml
@@ -22,6 +22,17 @@
android:paddingEnd="16dp"
android:textSize="16sp" />
+ <!-- The "no item found" message. -->
+ <org.chromium.ui.widget.TextViewWithClickableSpans
+ android:id="@+id/not_found_message"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:layout_marginStart="16dp"
+ android:layout_marginEnd="16dp"
+ android:textSize="16sp"
+ android:visibility="gone" />
+
<!-- A layout containing a spinning progress bar that gets replaced with a
list of items. -->
<FrameLayout
@@ -29,18 +40,6 @@
android:layout_width="fill_parent"
android:layout_height="100dp" >
- <!-- The "no item found" message. -->
- <org.chromium.ui.widget.TextViewWithClickableSpans
- android:id="@+id/not_found_message"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:layout_marginTop="8dp"
- android:layout_marginStart="16dp"
- android:layout_marginEnd="16dp"
- android:textSize="16sp"
- android:visibility="gone" />
-
<ProgressBar
android:id="@+id/progress"
android:layout_width="24dp"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698