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

Unified Diff: blimp/client/core/resources/android/java/res/drawable/dotted_line.xml

Issue 2624903006: Remove all blimp client code. (Closed)
Patch Set: Update buildbot configuration Created 3 years, 11 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: blimp/client/core/resources/android/java/res/drawable/dotted_line.xml
diff --git a/blimp/client/core/resources/android/java/res/drawable/dotted_line.xml b/blimp/client/core/resources/android/java/res/drawable/dotted_line.xml
deleted file mode 100644
index 179b873db47bd7152cfdf539184cf455027fc014..0000000000000000000000000000000000000000
--- a/blimp/client/core/resources/android/java/res/drawable/dotted_line.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2016 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. -->
-
-<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
- <item android:top="-2dp" android:right="-2dp" android:left="-2dp">
- <shape>
- <solid android:color="#FFFFFF" />
- <stroke
- android:dashGap="1dp"
- android:dashWidth="2dp"
- android:width="1dp"
- android:color="@color/disabled_text_color" />
- <padding
- android:top="5dp"
- android:left="5dp"
- android:right="5dp"
- android:bottom="2dp"/>
- </shape>
- </item>
-</layer-list>
« no previous file with comments | « blimp/client/core/resources/BUILD.gn ('k') | blimp/client/core/resources/android/java/res/layout/text_input_popup.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698