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

Unified Diff: webrtc/tools/network_tester/androidapp/res/layout/activity_main.xml

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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/tools/network_tester/androidapp/res/layout/activity_main.xml
diff --git a/webrtc/tools/network_tester/androidapp/res/layout/activity_main.xml b/webrtc/tools/network_tester/androidapp/res/layout/activity_main.xml
deleted file mode 100755
index 8839a31003be5040dd70da8f89179b064d5dc171..0000000000000000000000000000000000000000
--- a/webrtc/tools/network_tester/androidapp/res/layout/activity_main.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?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:id="@+id/activity_main"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:paddingStart="@dimen/activity_horizontal_margin"
- android:paddingEnd="@dimen/activity_horizontal_margin"
- android:paddingTop="@dimen/activity_vertical_margin"
- android:paddingBottom="@dimen/activity_vertical_margin"
- tools:context="com.google.media.networktester.MainActivity">
- <Button
- android:text="@string/start_test"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_alignParentStart="true"
- android:id="@+id/start_button"/>
- <Button
- android:text="@string/interrupt_test"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_toEndOf="@+id/start_button"
- android:id="@+id/stop_button"/>
-
-</RelativeLayout>

Powered by Google App Engine
This is Rietveld 408576698