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

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

Issue 1235563006: Move talk/examples/* to webrtc/examples. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 201508051337 Created 5 years, 4 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="CallActivityTheme" parent="android:Theme.Black"> 3 <style name="CallActivityTheme" parent="android:Theme.Black">
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/res/menu/connect_menu.xml ('k') | webrtc/examples/androidapp/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698