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> |