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

Side by Side Diff: chrome/android/java/res/drawable/ic_signal_cellular_0_bar_white.xml

Issue 2271413002: bluetooth: Implement RSSI indicator on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth-impl-rssi-tx-power
Patch Set: Draft of LevelListDrawable and StateListDrawable Created 4 years, 2 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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5
6 <vector xmlns:android="http://schemas.android.com/apk/res/android" 5 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7 android:width="60dp" 6 android:width="24dp"
8 android:height="60dp" 7 android:height="24dp"
9 android:viewportWidth="24.0" 8 android:viewportWidth="24.0"
10 android:viewportHeight="24.0"> 9 android:viewportHeight="24.0">
11 <path 10 <path
12 android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z" 11 android:pathData="M2,22h20V2z"
13 android:fillColor="#5A5A5A"/> 12 android:fillAlpha=".3"
13 android:fillColor="#FFFFFF"/>
14 </vector> 14 </vector>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698