| 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
|
|
|