summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Lee <llee@cyngn.com>2015-05-28 16:40:15 -0700
committerNir Bruderman <nbruderman@gmail.com>2015-05-29 12:32:40 +0000
commit2ee41ff11e3cb910bd55b9c57365f6bba93f8763 (patch)
treea257976e1d1a84e6c599be6b8492a26b449b1da1
parentffb652d58b7b5b9e9ef3a8c09f3ce88587437494 (diff)
downloadandroid_packages_apps_Eleven-2ee41ff11e3cb910bd55b9c57365f6bba93f8763.tar.gz
android_packages_apps_Eleven-2ee41ff11e3cb910bd55b9c57365f6bba93f8763.tar.bz2
android_packages_apps_Eleven-2ee41ff11e3cb910bd55b9c57365f6bba93f8763.zip
Eleven: Remove inset from top tracks circle
Not sure why this removed the circle, but we don't really need the 1dp inset Change-Id: Iaa978b5a964b4d7b2d1e1be186790f64023beb24 (cherry picked from commit 4c9a305ebda260712cd8cb09618c8299265326f9)
-rw-r--r--res/drawable/gray_circle.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/res/drawable/gray_circle.xml b/res/drawable/gray_circle.xml
index 719b3a6..b70490e 100644
--- a/res/drawable/gray_circle.xml
+++ b/res/drawable/gray_circle.xml
@@ -14,14 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<inset xmlns:android="http://schemas.android.com/apk/res/android"
- android:insetLeft="1dp"
- android:insetRight="1dp"
- android:insetTop="1dp"
- android:insetBottom="1dp">
-
- <shape android:shape="oval">
- <solid android:color="#90a4ae" />
- </shape>
-
-</inset>
+<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
+ <solid android:color="#90a4ae" />
+</shape> \ No newline at end of file