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

Unified Diff: webrtc/examples/androidapp/res/layout/activity_connect.xml

Issue 2853283002: Fix lint issues on Android. (Closed)
Patch Set: Address lint suppressions. Created 3 years, 8 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
Index: webrtc/examples/androidapp/res/layout/activity_connect.xml
diff --git a/webrtc/examples/androidapp/res/layout/activity_connect.xml b/webrtc/examples/androidapp/res/layout/activity_connect.xml
index 2a80774b72cfd6820bd73d8bb9e6e850797827e8..83707f72ed07f7cbd71445ea4ce4c378426bd963 100644
--- a/webrtc/examples/androidapp/res/layout/activity_connect.xml
+++ b/webrtc/examples/androidapp/res/layout/activity_connect.xml
@@ -26,7 +26,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:singleLine="true"
+ android:maxLines="1"
android:imeOptions="actionDone"
android:inputType="text"/>
@@ -74,4 +74,4 @@
android:gravity="center"
android:text="@string/no_favorites" />
</FrameLayout>
-</LinearLayout>
+</LinearLayout>
« no previous file with comments | « tools-webrtc/android/suppressions.xml ('k') | webrtc/examples/androidapp/src/org/appspot/apprtc/AppRTCBluetoothManager.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698