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

Unified Diff: remoting/resources/styles.xml

Issue 21120005: Add Android Chromoting client keyboard input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve related comments Created 7 years, 5 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/resources/styles.xml
diff --git a/remoting/resources/styles.xml b/remoting/resources/styles.xml
new file mode 100644
index 0000000000000000000000000000000000000000..ecd49295dc45b570cd727d58a4f32b5ba730ebc1
--- /dev/null
+++ b/remoting/resources/styles.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--Activity styles for the Android app-->
+<resources>
+ <style name="Theme_ElusiveActionBar">
+ <item name="android:windowActionBarOverlay">true</item>
+ <item name="android:actionBarStyle">@android:style/Widget.DeviceDefault.ActionBar.Solid</item>
+ </style>
+</resources>
« remoting/client/jni/chromoting_jni_instance.cc ('K') | « remoting/resources/strings.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698