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

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

Issue 2358083003: [remoting android] Remove host It2Me implementation. (Closed)
Patch Set: Update remoting/host/it2me/ Created 4 years, 3 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
deleted file mode 100644
index eb031bb701e6adac9bb25527f1403b31a936d672..0000000000000000000000000000000000000000
--- a/remoting/android/host/res/layout/main.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2016 The Chromium Authors. All rights reserved.
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical">
- <android.support.v7.widget.Toolbar
- android:id="@+id/toolbar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="?attr/colorPrimary"
- android:elevation="4dp"/>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:orientation="horizontal">
- <Button
- android:id="@+id/share_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Share"
- android:onClick="onShareClicked"/>
- <Button
- android:id="@+id/disconnect_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Disconnect"
- android:onClick="onDisconnectClicked"/>
- </LinearLayout>
- <TextView
- android:id="@+id/status_text"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"/>
- <TextView
- android:id="@+id/access_code"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:textAppearance="@style/TextAppearance.AppCompat.Large"/>
-</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