Index: chrome/android/java/res/drawable/sad_tab_lower_panel_background.xml |
diff --git a/chrome/android/java/res/drawable/sad_tab_lower_panel_background.xml b/chrome/android/java/res/drawable/sad_tab_lower_panel_background.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7b27c0eefe6e4f59c3032ec889b79d443b9f6f94 |
--- /dev/null |
+++ b/chrome/android/java/res/drawable/sad_tab_lower_panel_background.xml |
@@ -0,0 +1,15 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Copyright (c) 2013 The Chromium Authors. All rights reserved. |
aurimas (slooooooooow)
2014/12/12 18:24:24
Remove (c)
|
+ |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. |
+--> |
+ |
+<shape xmlns:android="http://schemas.android.com/apk/res/android" > |
+ <solid android:color="#f9f9f9" /> |
+ <corners |
+ android:bottomLeftRadius="3dp" |
+ android:bottomRightRadius="3dp" |
+ android:topLeftRadius="0dp" |
+ android:topRightRadius="0dp" /> |
+</shape> |