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

Unified Diff: ui/android/java/res/layout/date_time_picker_dialog.xml

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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: ui/android/java/res/layout/date_time_picker_dialog.xml
diff --git a/ui/android/java/res/layout/date_time_picker_dialog.xml b/ui/android/java/res/layout/date_time_picker_dialog.xml
deleted file mode 100644
index 6240d35674092e63fe433bcca833ea9863ab4c8b..0000000000000000000000000000000000000000
--- a/ui/android/java/res/layout/date_time_picker_dialog.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2012 The Chromium Authors. All rights reserved.
-
- Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
-
-<!-- ScrollView is needed since sometimes the dialog does not fit in small screen devices. -->
-<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal"
- android:orientation="vertical"
- android:gravity="center">
-
- <DatePicker
- android:id="@+id/date_picker"
- android:layout_gravity="center_horizontal"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:spinnersShown="true"
- android:calendarViewShown="false"
- android:datePickerMode="spinner"
- android:contentDescription="@string/accessibility_datetime_picker_date"
- />
-
- <TimePicker
- android:id="@+id/time_picker"
- android:layout_gravity="center_horizontal"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:timePickerMode="spinner"
- android:contentDescription="@string/accessibility_datetime_picker_time"
- />
-
- </LinearLayout>
-
-</ScrollView>
« no previous file with comments | « ui/android/java/res/layout-land/date_time_picker_dialog.xml ('k') | ui/android/java/res/layout/date_time_suggestion.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698