mirror of
https://github.com/gsantner/dandelion
synced 2025-12-09 22:01:17 +01:00
Android Studio 2.0; bump libs; gradle version
This commit is contained in:
parent
c8b2e0f0da
commit
88801f6961
12 changed files with 40 additions and 42 deletions
|
|
@ -1,11 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/label_background"/>
|
||||
<solid android:color="@color/label_background" />
|
||||
<padding
|
||||
android:bottom="4dp"
|
||||
android:left="16dp"
|
||||
android:top="4dp"
|
||||
android:right="16dp"
|
||||
android:bottom="4dp"/>
|
||||
<corners
|
||||
android:radius="2dp"/>
|
||||
android:top="4dp" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue