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

Unified Diff: webrtc/examples/androidapp/res/values-v21/styles.xml

Issue 2343403002: Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Rebase 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: webrtc/examples/androidapp/res/values-v21/styles.xml
diff --git a/webrtc/examples/androidapp/res/values-v21/styles.xml b/webrtc/examples/androidapp/res/values-v21/styles.xml
index 95f1ac68a3db2fe0930b919e97c09f7600740c65..a051a23309c46e910380a9a6dc643c2a466ce824 100644
--- a/webrtc/examples/androidapp/res/values-v21/styles.xml
+++ b/webrtc/examples/androidapp/res/values-v21/styles.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="AppRTCDemoActivityTheme" parent="android:Theme.Material">
+ <style name="AppRTCMobileActivityTheme" parent="android:Theme.Material">
<item name="android:windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
<item name="android:windowNoTitle">true</item>
« no previous file with comments | « webrtc/examples/androidapp/build.xml ('k') | webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698