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

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

Issue 2358133003: Revert of Rename AppRTCDemo on Android and iOS to AppRTCMobile (Closed)
Patch Set: Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 <style name="AppRTCMobileActivityTheme" parent="android:Theme.Material"> 3 <style name="AppRTCDemoActivityTheme" parent="android:Theme.Material">
4 <item name="android:windowActionBar">false</item> 4 <item name="android:windowActionBar">false</item>
5 <item name="android:windowFullscreen">true</item> 5 <item name="android:windowFullscreen">true</item>
6 <item name="android:windowNoTitle">true</item> 6 <item name="android:windowNoTitle">true</item>
7 </style> 7 </style>
8 </resources> 8 </resources>
OLDNEW
« 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