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

Unified Diff: remoting/android/java/res/values-v17/styles.xml

Issue 955843002: Android Chromoting: Remove title and add navigation button to disconnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 years, 10 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/java/res/values-v17/styles.xml
diff --git a/remoting/android/java/res/values-v17/styles.xml b/remoting/android/java/res/values-v17/styles.xml
index ce6d391a715f803d6332aecbffd5f87a47264d1b..3995e6a1d6c780f3a3714dcab739b0ba4a7dbd75 100644
--- a/remoting/android/java/res/values-v17/styles.xml
+++ b/remoting/android/java/res/values-v17/styles.xml
@@ -14,6 +14,13 @@
<item name="windowActionBar">false</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
</style>
+ <style name="BaseTheme.Desktop" parent="@style/BaseTheme">
+ <item name="actionBarStyle">@style/ActionBar.Desktop</item>
+ </style>
+
+ <style name="ActionBar.Desktop" parent="@style/Widget.AppCompat.ActionBar">
+ <item name="displayOptions">homeAsUp</item>
+ </style>
<style name="EmptyStateText" parent="@android:style/TextAppearance.Large">
<item name="android:textColor">#888</item>
« no previous file with comments | « remoting/android/java/AndroidManifest.xml.jinja2 ('k') | remoting/android/java/src/org/chromium/chromoting/Desktop.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698