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

Side by Side Diff: webrtc/examples/android/media_demo/res/layout/dropdownitems.xml

Issue 1439593002: Remove webrtc/examples/android/media_demo. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove empty line Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="wrap_content"
5 android:orientation="vertical"
6 android:padding="3dip">
7 <TextView android:id="@+id/spinner_row"
8 android:layout_toRightOf="@+id/image"
9 android:padding="3dip"
10 android:layout_marginTop="2dip"
11 android:textColor="#FFF"
12 android:textStyle="bold"
13 android:text="description"
14 android:layout_marginLeft="5dip"
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"/>
17 </RelativeLayout>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698