Minor formatting/refactoring

This commit is contained in:
Eugene Cheung 2017-06-12 23:23:30 -04:00
commit 487748258a
147 changed files with 351 additions and 341 deletions

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
android:shape="rectangle">
<gradient
android:angle="270"
android:endColor="@color/twenty_percent_black_overlay"
android:centerColor="#11000000"
android:endColor="@color/twenty_percent_black_overlay"
android:startColor="#00000000" />
</shape>