OSDN Git Service

Eleven: Remove inset from top tracks circle
authorLinus Lee <llee@cyngn.com>
Thu, 28 May 2015 23:40:15 +0000 (16:40 -0700)
committerLinus Lee <llee@cyngn.com>
Thu, 28 May 2015 23:40:15 +0000 (16:40 -0700)
Not sure why this removed the circle, but we don't really need the 1dp inset

Change-Id: Iaa978b5a964b4d7b2d1e1be186790f64023beb24

res/drawable/gray_circle.xml

index 719b3a6..b70490e 100644 (file)
      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