Minor style changes

This commit is contained in:
2016-03-02 10:39:13 -05:00
parent 162ded66d8
commit ac8e78ff24
5 changed files with 15 additions and 15 deletions

View File

@@ -3,5 +3,5 @@
android:shape="rectangle">
<solid android:color="#3f000000" />
<corners android:radius="10dp" />
<corners android:radius="4dp" />
</shape>

View File

@@ -57,7 +57,7 @@
<org.isoron.uhabits.views.HabitHistoryView
android:id="@+id/historyView"
android:layout_width="match_parent"
android:layout_height="180dp"/>
android:layout_height="160dp"/>
</LinearLayout>