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

Unified Diff: webrtc/examples/androidapp/res/layout/fragment_hud.xml

Issue 1998483003: General cleanup on AppRTC Android Demo codebase (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove unused string that was accidentally added. Created 4 years, 7 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/layout/fragment_hud.xml
diff --git a/webrtc/examples/androidapp/res/layout/fragment_hud.xml b/webrtc/examples/androidapp/res/layout/fragment_hud.xml
index 273a2f3e6977a0eb75eeed9aaa9615fcdc12b904..20d26549bdaae4cb8ccb390dc391b905caf3eadb 100644
--- a/webrtc/examples/androidapp/res/layout/fragment_hud.xml
+++ b/webrtc/examples/androidapp/res/layout/fragment_hud.xml
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<ImageButton
android:id="@+id/button_toggle_debug"
@@ -22,7 +21,7 @@
android:layout_alignParentEnd="true"
android:textStyle="bold"
android:textColor="#C000FF00"
- android:textSize="12dp"
+ android:textSize="12sp"
android:layout_margin="8dp"/>
<TableLayout
« no previous file with comments | « webrtc/examples/androidapp/res/layout/fragment_call.xml ('k') | webrtc/examples/androidapp/res/values/strings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698