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

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

Issue 1815803002: Add skeleton Android app: remoting_host_apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/java/res/layout/credits.xml b/remoting/android/host/res/layout/main.xml
similarity index 75%
copy from remoting/android/java/res/layout/credits.xml
copy to remoting/android/host/res/layout/main.xml
index ba8b497299ff00884a6f778157cf6f587ea01c56..1687601e01d6da7d1f20217da90e8bcf4b12e11e 100644
--- a/remoting/android/java/res/layout/credits.xml
+++ b/remoting/android/host/res/layout/main.xml
@@ -13,9 +13,6 @@
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- style="@style/ToolbarStyle"/>
- <WebView android:id="@+id/web_view"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_weight="1"/>
+ android:background="?attr/colorPrimary"
+ android:elevation="4dp"/>
</LinearLayout>
« no previous file with comments | « remoting/android/host/AndroidManifest.xml ('k') | remoting/android/host/src/org/chromium/chromoting/host/AnotherClass.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698