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

Unified Diff: remoting/android/host/res/layout/main.xml

Issue 1888653002: [remoting android] Initialize It2Me host and implement Connect() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/re-upload since Reitveld is confused Created 4 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: remoting/android/host/res/layout/main.xml
diff --git a/remoting/android/host/res/layout/main.xml b/remoting/android/host/res/layout/main.xml
index 1687601e01d6da7d1f20217da90e8bcf4b12e11e..33669177b225d73a9991c75e71567eb90ddbd5be 100644
--- a/remoting/android/host/res/layout/main.xml
+++ b/remoting/android/host/res/layout/main.xml
@@ -15,4 +15,10 @@
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:elevation="4dp"/>
+ <Button
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center"
+ android:text="Share"
+ android:onClick="onShareClicked"/>
</LinearLayout>
« no previous file with comments | « remoting/android/host/AndroidManifest.xml ('k') | remoting/android/host/src/org/chromium/chromoting/host/MainActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698